Reads a byte array from a record in the field specified by idx

Namespace: Wiker.WIDatabase
Assembly: 

Syntax

C#
public byte[] ReadBytes(
	int idx,
	int bufferSize
)
Visual Basic
Public Function ReadBytes ( _
	idx As Integer, _
	bufferSize As Integer _
) As Byte()
Visual C++
public:
array<unsigned char>^ ReadBytes(
	int idx, 
	int bufferSize
)

Parameters

idx
Type: System..::..Int32
Column offset in result set
bufferSize
Type: System..::..Int32
Length of bytes to read

Return Value

byte[]

See Also