Npgsql Api Docs

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�_
����Implements�IDataRecord.GetByte
[C#]
public�override�byte�GetByte(
���inti
);

Implements

IDataRecord.GetByte

See Also

NpgsqlDataReader Class | Npgsql Namespace