Share via


SqlColumnBinder.GetByte Method (DbDataReader, Byte)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetByte ( _
    reader As DbDataReader, _
    nullValue As Byte _
) As Byte
public byte GetByte(
    DbDataReader reader,
    byte nullValue
)
public:
unsigned char GetByte(
    DbDataReader^ reader, 
    unsigned char nullValue
)
member GetByte : 
        reader:DbDataReader * 
        nullValue:byte -> byte 
public function GetByte(
    reader : DbDataReader, 
    nullValue : byte
) : byte

Parameters

Return Value

Type: System.Byte

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetByte Overload

Microsoft.TeamFoundation.Framework.Server Namespace