AdoDotNetSchemaReader.GetBytes(Int32, Byte[], Int32, Int32) Method

Definition

Reads a stream of bytes into the buffer as an array, starting at a specified offset.

public:
 override int GetBytes(int index, cli::array <System::Byte> ^ buffer, int bufferIndex, int length);
public override int GetBytes (int index, byte[] buffer, int bufferIndex, int length);
override this.GetBytes : int * byte[] * int * int -> int
Public Overrides Function GetBytes (index As Integer, buffer As Byte(), bufferIndex As Integer, length As Integer) As Integer

Parameters

index
Int32

Index in the data field from which to begin the read operation.

buffer
Byte[]

The byte array to be read.

bufferIndex
Int32

Index in the buffer at which to start placing the data.

length
Int32

Length of the byte stream.

Returns

A byte stream array.

Applies to