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