CurrentValueRecord.GetChars(Int32, Int64, Char[], Int32, Int32) 方法

定義

將欄位值擷取成字元陣列。

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

參數

ordinal
Int32

欄位的序數。

dataIndex
Int64

要開始複製資料的索引。

buffer
Char[]

要將資料複製到其中的目的端緩衝區。

bufferIndex
Int32

目的端緩衝區中開始複製的索引。

length
Int32

要複製的字元數目。

傳回

已複製的字元數目。

實作

適用於

產品 版本
.NET Framework 3.5