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

AceQLParameterCollection..::..AddWithValue Method (String, Stream, Int64)

Adds a value to the end of the AceQLParameterCollection. To be used for Blobs insert or update.

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

Syntax


public void AddWithValue(
	string parameterName,
	Stream stream,
	long length
)

Parameters

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

Exceptions


ExceptionCondition
ArgumentNullExceptionIf parameterName or stream is null.