DataProvider.GetBytes(Int32, Int64, Byte[], Int32, Int32) Method

Definition

get data for column i as the given type

public long GetBytes (int i, long fieldOffset, byte[] buffer, int bufferoffset, int length);
abstract member GetBytes : int * int64 * byte[] * int * int -> int64
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Function GetBytes (i As Integer, fieldOffset As Long, buffer As Byte(), bufferoffset As Integer, length As Integer) As Long

Parameters

i
Int32
fieldOffset
Int64
buffer
Byte[]
bufferoffset
Int32
length
Int32

Returns

Implements

Applies to