AceQL HTTP C# Client SDK v7.7

AceQLParameterCollection..::..IndexOf Method (Object)

Gets the location of the specified [Object] within the collection.

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

Syntax


public int IndexOf(
	Object value
)

Parameters

value
Type: Object
The [Object] to find.

Return Value

The zero-based location of the specified [Object] that is a AceQLParameter within the collection. Returns -1 when the object does not exist in the AceQLParameterCollection.

Exceptions


ExceptionCondition
[System.ArgumentNullException]If parameterName is null.