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

定義

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

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

パラメーター

ordinal
Int32

フィールドの序数。

dataIndex
Int64

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

buffer
Byte[]

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

bufferIndex
Int32

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

length
Int32

コピーするバイト数。

戻り値

コピーされたバイト数。

実装

適用対象