CurrentValueRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32) Método

Definição

Recupera o valor do campo como um array de bytes.

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

Parâmetros

ordinal
Int32

O ordinal do campo.

dataIndex
Int64

O índice onde começar a copiar dados.

buffer
Byte[]

O buffer de destino onde os dados são copiados.

bufferIndex
Int32

O índice no buffer de destino onde a cópia irá começar.

length
Int32

O número de bytes a copiar.

Devoluções

O número de bytes copiados.

Implementações

Aplica-se a