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
)
Public Shared Function BlobToBytes (
reader As IDataReader,
colIdx As Integer,
prefixByteCount As Integer
) As Byte()
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:
ByteThe array of bytes.
See Also