SphinxQLDataReaderGetBytes Method

Reads a stream of bytes from the specified column, starting at location indicated by dataOffset, into the buffer, starting at the location indicated by bufferOffset. Currently not supported.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override long GetBytes(
	int ordinal,
	long dataOffset,
	byte[] buffer,
	int bufferOffset,
	int length
)

Parameters

ordinal  Int32
The zero-based column ordinal.
dataOffset  Int64
The index within the row from which to begin the read operation.
buffer  Byte
The buffer into which to copy the data.
bufferOffset  Int32
The index with the buffer to which the data will be copied.
length  Int32
The maximum number of characters to read.

Return Value

Int64
The actual number of bytes read.

Implements

IDataRecordGetBytes(Int32, Int64, Byte, Int32, Int32)

Exceptions

See Also