Returns an array containing the names of parameters that have been embedded in the specified analytics query.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public static string[] GetParameterNames(
	string analyticsQuery
)
Visual Basic (Declaration)
Public Shared Function GetParameterNames ( _
	analyticsQuery As String _
) As String()
Visual C++
public:
static array<String^>^ GetParameterNames(
	String^ analyticsQuery
)

Parameters

analyticsQuery
Type: System..::.String
The query from which parameter names should be extracted.

Exceptions

ExceptionCondition
System..::.ArgumentException if analyticsQuery is null or empty.

See Also