共用方式為


EntityDataReader.GetBytes(Int32, Int64, Byte[], Int32, Int32) 方法

定義

從 dataIndex 所指示的位置開始,從指定的資料行讀取位元組資料流程,從 bufferIndex 所指示的位置開始。

public override long GetBytes (int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length);
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Overrides Function GetBytes (ordinal As Integer, dataOffset As Long, buffer As Byte(), bufferOffset As Integer, length As Integer) As Long

參數

ordinal
Int32

以零為基底的資料行序數。

dataOffset
Int64

要開始讀取作業之資料列中的來源索引。

buffer
Byte[]

要將資料複製到其中的目的緩衝區。

bufferOffset
Int32

要對其複製資料的緩衝區索引。

length
Int32

要讀取的字元數上限。

傳回

讀取的實際位元組數目。

實作

適用於