AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLParameter Constructor (String, Stream, Int64)

Initializes a new instance of the AceQLParameter class. To be used for Blobs.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public AceQLParameter(
	string parameterName,
	Stream value,
	long length
)

Parameters

parameterName
Type: String
Name of the parameter.
value
Type: Stream
The Blob stream. Cannot be null.
length
Type: Int64
The Blob stream length.

Exceptions


ExceptionCondition
ArgumentNullExceptionIf parameterName or value is null.