AceQL HTTP C# Client SDK v7.7

AceQLParameterCollection..::..GetAceQLParameter Method

Gets the AceQLParameter for it's name.

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

Syntax


public AceQLParameter GetAceQLParameter(
	string parameterName
)

Parameters

parameterName
Type: String
Name of the AceQLParameter.

Return Value

The AceQLParameter for the parameter name.