NpgsqlDataReader.GetChars Method
[This is preliminary documentation and subject to change.]
Gets raw data from a column.
[Visual Basic]
NotOverridable Public Function GetChars( _
ByVal
i As
Integer, _
ByVal
fieldoffset As
Long, _
ByVal
buffer As
Char(), _
ByVal
bufferoffset As
Integer, _
ByVal
length As
Integer _
) As
Long Implements _
IDataRecord.GetChars
Implements
IDataRecord.GetChars
See Also
NpgsqlDataReader Class | Npgsql Namespace