AceQL HTTP C# Client SDK v7.7

AceQLDataReader..::..GetBytes Method

Gets the bytes.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public long GetBytes(
	int ordinal,
	long dataOffset,
	byte[] buffer,
	int bufferOffset,
	int length
)

Parameters

ordinal
Type: Int32
The ordinal.
dataOffset
Type: Int64
The data offset.
buffer
Type: array<Byte>[]()[][]
The buffer.
bufferOffset
Type: Int32
The buffer offset.
length
Type: Int32
The length.

Return Value

System.Int64.

Exceptions


ExceptionCondition
[System.NotSupportedException]