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

AceQLParameterCollection..::..IndexOf Method (String)

Gets the location of the specified AceQLParameter with the specified name.

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

Syntax


public int IndexOf(
	string parameterName
)

Parameters

parameterName
Type: String
Name of the parameter.

Return Value

The case-sensitive name of the AceQLParameter to find.

Exceptions


ExceptionCondition
ArgumentNullExceptionIf parameterName is null.