AceQL HTTP C# Client SDK v7.7

AceQLDataReader..::..GetChars Method

Gets the chars.

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

Syntax


public long GetChars(
	int ordinal,
	long dataOffset,
	char[] buffer,
	int bufferOffset,
	int length
)

Parameters

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

Return Value

System.Int64.

Exceptions


ExceptionCondition
[System.NotSupportedException]