NpgsqlDataReader.GetChars Method
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 _
Parameters
i
Missing <param> documentation for i
fieldoffset
Missing <param> documentation for fieldoffset
buffer
Missing <param> documentation for buffer
bufferoffset
Missing <param> documentation for bufferoffset
length
Missing <param> documentation for length
Return Value
Missing <returns> documentation for M:Npgsql.NpgsqlDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)
Implements
IDataRecord.GetChars
Remarks
Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)
See Also
NpgsqlDataReader Class | Npgsql Namespace