AceQL HTTP C# Client SDK v7.7

AceQLParameterCollection..::..Contains Method (String)

Determines whether the specified parameter name is in this AceQLParameterCollection.

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

Syntax


public bool Contains(
	string value
)

Parameters

value
Type: String
The value.

Return Value

true if the AceQLParameterCollection contains the value; otherwise false.