Npgsql API Documentation

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
[C#]
public long GetChars(
   int i,
   long fieldoffset,
   char[] buffer,
   int bufferoffset,
   int length
);

Implements

IDataRecord.GetChars

See Also

NpgsqlDataReader Class | Npgsql Namespace