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

AceQLParameterCollection..::..AddWithValue Method (String, Object)

Adds a value to the end of the AceQLParameterCollection.

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

Syntax


public void AddWithValue(
	string parameterName,
	Object value
)

Parameters

parameterName
Type: String
The name of the parameter.
value
Type: Object
The value to be added. Cannot ne bull.

Exceptions


ExceptionCondition
ArgumentNullExceptionIf parameterName or value is null.