Npgsql API Documentation

NpgsqlDataReader.GetByte Method 

[This is preliminary documentation and subject to change.]

Gets the value of a column converted to a Byte. Not implemented.

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

Implements

IDataRecord.GetByte

See Also

NpgsqlDataReader Class | Npgsql Namespace