Method GetBytes
GetBytes(int, long, byte[], int, int)
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
public long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)
Parameters
iintThe zero-based column ordinal.
fieldOffsetlongThe index within the field from which to start the read operation.
bufferbyte[]The buffer into which to read the stream of bytes.
bufferoffsetintThe index for
bufferto start the read operation.lengthintThe number of bytes to read.
Returns
- long
 The actual number of bytes read.
Exceptions
- IndexOutOfRangeException
 The index passed was outside the range of 0 through FieldCount.