次の方法で共有


DbUpdatableDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32) メソッド

定義

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

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2201:DoNotRaiseReservedExceptionTypes")]
public override long GetBytes (int i, long dataIndex, byte[] buffer, int bufferIndex, int length);
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Overrides Function GetBytes (i As Integer, dataIndex As Long, buffer As Byte(), bufferIndex As Integer, length As Integer) As Long

パラメーター

i
Int32

フィールドの序数。

dataIndex
Int64

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

buffer
Byte[]

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

bufferIndex
Int32

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

length
Int32

コピーするバイト数。

戻り値

コピーされたバイト数。

実装

属性

適用対象