BlobColumn.GetBlobData(Int32, Int32) Method

Definition

Returns the specified portion of the data in the column.

public:
 cli::array <System::Byte> ^ GetBlobData(int offset, int count);
public byte[] GetBlobData (int offset, int count);
member this.GetBlobData : int * int -> byte[]
Public Function GetBlobData (offset As Integer, count As Integer) As Byte()

Parameters

offset
Int32

The byte index at which to begin retrieving data.

count
Int32

The number of bytes of data to retrieve.

Returns

Byte[]

An array of bytes that contains the specified portion of the data in the column.

Applies to