DbUpdatableDataRecord.GetChars(Int32, Int64, Char[], Int32, Int32) メソッド

定義

フィールド値を char 配列として取得します。

public:
 override long GetChars(int ordinal, long dataIndex, cli::array <char> ^ buffer, int bufferIndex, int length);
public override long GetChars (int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length);
override this.GetChars : int * int64 * char[] * int * int -> int64
Public Overrides Function GetChars (ordinal As Integer, dataIndex As Long, buffer As Char(), bufferIndex As Integer, length As Integer) As Long

パラメーター

ordinal
Int32

フィールドの序数。

dataIndex
Int64

データのコピーを開始する位置を示すインデックス。

buffer
Char[]

データのコピー先バッファー。

bufferIndex
Int32

コピーを開始するコピー先バッファー内のインデックス。

length
Int32

コピーする文字数。

戻り値

コピーされた文字数。

実装

適用対象