指定された列オフセットから始まる文字のストリームを、指定されたバッファオフセットの位置から配列としてバッファに読み込みます。
シンタックス
'宣言
Public Overrides Function GetChars( _
ByVal As System.Integer, _
ByVal As System.Long, _
ByVal () As System.Char, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Long
public override System.long GetChars(
System.int ,
System.long ,
System.char[] ,
System.int ,
System.int
)
パラメータ
- ordinal
- 0 から始まる列の序数。
- dataOffset
- 読み取り操作を開始する位置となる、フィールド内のインデックス。
- buffer
- バイトのストリームを読み取って格納するバッファ。
- bufferOffset
- 書き込み操作を開始する位置となる、バッファ内のインデックス。
- length
- バッファにコピーする最大長。
参照