Udostępnij za pośrednictwem


DbUpdatableDataRecord.GetBytes(Int32, Int64, Byte[], Int32, Int32) Metoda

Definicja

Pobiera wartość pola jako tablicę bajtów.

[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

Parametry

i
Int32

Porządkowość pola.

dataIndex
Int64

Indeks, na którym chcesz rozpocząć kopiowanie danych.

buffer
Byte[]

Bufor docelowy, w którym są kopiowane dane.

bufferIndex
Int32

Indeks w buforze docelowym, w którym rozpocznie się kopiowanie.

length
Int32

Liczba bajtów do skopiowania.

Zwraca

Liczba skopiowanych bajtów.

Implementuje

Atrybuty

Dotyczy