AmoDataReader.GetChars(Int32, Int64, Char[], Int32, Int32) Method

Definition

Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.

public long GetChars (int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length);

Parameters

ordinal
Int32

The zero-based column ordinal.

dataIndex
Int64

The index within the field from which to begin the read operation.

buffer
Char[]

The buffer into which to read the stream of characters.

bufferIndex
Int32

The index within the buffer where the write operation is to start.

length
Int32

The maximum length to copy into the buffer.

Returns

The actual number of characters read.

Implements

Applies to

Product Versions
Analysis Services SDK for .NET latest