Show / Hide Table of Contents

GetLargeBlobCommand Constructor

GetLargeBlobCommand(int, int)

Constructs an instance of the GetLargeBlobCommand class.

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.

In this article
Back to top Generated by DocFX