Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetByte Method 

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

Exceptions

Exception Type Condition
InvalidCastException The specified cast is not valid.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace