AceQL HTTP C# Client SDK v7.7

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
[System.ArgumentNullException]If parameterName or value is null.