GetLargeBlobCommand Constructor
GetLargeBlobCommand(int, int)
Constructs an instance of the Get
C#
public GetLargeBlobCommand(int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
int | offset | The offset into the stored large blob where the returned data should begin. |
int | count | The number of bytes to return. |