Advanced.Data.Provider Documentation

AdpDataReader.GetByte Method 

[This is preliminary documentation and subject to change.]

Gets the value of the specified column as a byte.

[Visual Basic]
NotOverridable Public Function GetByte( _
   ByVal i As Integer _
) As Byte Implements _
   IDataRecord.GetByte
[C#]
public byte GetByte(
   int i
);

Parameters

i
The zero-based column ordinal.

Return Value

The value of the specified column as a byte.

Implements

IDataRecord.GetByte

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace