Gets a binary chunk from the column.
public UInt32 getBytesSection( UInt16 cid, UInt32 srcOffset, Array dst, UInt32 dstOffset, UInt32 count )
cid The 1-based column ID.
srcOffset The zero-relative offset into the source array of bytes. The beginning of the value.
dst A destination array of bytes.
dstOffset The zero-relative offset into the destination array of bytes.
count The number of bytes to be copied.
The actual number of bytes copied.