NpgsqlDataReader.GetByte Method
Gets the value of a column as Byte. Not implemented.
[Visual Basic]
Overrides Public Function GetByte( _
ByVal
i As
Integer _
) As
Byte _
[C#]
public override
byte GetByte(
int i);
Implements
IDataRecord.GetByte
See Also
NpgsqlDataReader Class | Npgsql Namespace