Condividi tramite


EntityDataReader.GetBytes(Int32, Int64, Byte[], Int32, Int32) Metodo

Definizione

Legge un flusso di byte dalla colonna specificata, partendo dalla posizione indicata da dataIndex e, nel buffer, partendo dalla posizione indicata da bufferIndex.

public:
 override long GetBytes(int ordinal, long dataOffset, cli::array <System::Byte> ^ buffer, int bufferOffset, int length);
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

Parametri

ordinal
Int32

Ordinale di colonna in base zero.

dataOffset
Int64

Indice all'interno della riga da cui avviare l'operazione di lettura.

buffer
Byte[]

Buffer in cui copiare i dati.

bufferOffset
Int32

Indice con il buffer in cui verranno copiati i dati.

length
Int32

Numero massimo di caratteri da leggere.

Restituisce

Numero effettivo di byte letti.

Implementazioni

Si applica a