NpgsqlDataReader.GetBytes Method
Gets raw data from a column.
[Visual Basic]
NotOverridable Public Function GetBytes( _
ByVal
i As
Integer , _
ByVal
fieldOffset As
Long , _
ByVal
buffer As
Byte() , _
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.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)
Implements
IDataRecord.GetBytes
Remarks
Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)
See Also
NpgsqlDataReader Class | Npgsql Namespace