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

Definition

Reads a stream of characters from the specified column. Not supported.

public override long GetChars (int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length);
public override long GetChars (int ordinal, long dataOffset, char[]? buffer, int bufferOffset, int length);
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Overrides Function GetChars (ordinal As Integer, dataOffset As Long, buffer As Char(), bufferOffset As Integer, length As Integer) As Long

Parameters

ordinal
Int32

The zero-based column ordinal.

dataOffset
Int64

The index from which to begin the read operation.

buffer
Char[]

The buffer into which the data is copied.

bufferOffset
Int32

The index to which the data will be copied.

length
Int32

The maximum number of characters to read.

Returns

The actual number of characters read.

Applies to