[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetByte

GetByte Method

GetByte(int)

Gets the value of the specified column as a Byte.

Declaration
public override byte GetByte(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
byte

The value of the column.

Overrides