BlobColumn.GetBlobData(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.