NpgsqlDataReader.GetByte Method
Gets the value of a column as Byte. Not implemented.
[Visual Basic]
NotOverridable Public Function GetByte( _
ByVal
i As
Integer _
) As
Byte _
Parameters
-
i
-
Missing <param> documentation for i
Return Value
Missing <returns> documentation for M:Npgsql.NpgsqlDataReader.GetByte(System.Int32)
Implements
IDataRecord.GetByte
Remarks
Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetByte(System.Int32)
See Also
NpgsqlDataReader Class | Npgsql Namespace