Click or drag to resize

EAPUtilBlobToBytes Method

Extract a BLOB value from the reader into a byte array.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static byte[] BlobToBytes(
	IDataReader reader,
	int colIdx,
	int prefixByteCount
)

Parameters

reader
Type: System.DataIDataReader
The reader.
colIdx
Type: SystemInt32
The index of the column within the reader.
prefixByteCount
Type: SystemInt32
The offset, in bytes, to the start of image data (generally 0).

Return Value

Type: Byte
The array of bytes.
See Also