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

Definition

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

Parameters

ordinal
Int32
dataOffset
Int64
buffer
Byte[]
bufferOffset
Int32
length
Int32

Returns

Int64

Applies to