'宣言 Public Overrides Function GetBytes( _ ByVal ordinal As System.Integer, _ ByVal dataOffset As System.Long, _ ByVal buffer() As System.Byte, _ ByVal bufferOffset As System.Integer, _ ByVal length As System.Integer _ ) As System.Long
public override System.long GetBytes( System.int ordinal, System.long dataOffset, System.byte[] buffer, System.int bufferOffset, System.int length )
パラメータ
- ordinal
- 0 から始まる列の序数。
- dataOffset
- 読み取り操作を開始する位置となる、フィールド内のインデックス。
- buffer
- バイトのストリームを読み取って格納するバッファ。
- bufferOffset
- 書き込み操作を開始する位置となる、バッファ内のインデックス。
- length
- バッファにコピーする最大長。
戻り値の型
実際に読み取られたバイト数。