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.1.0 (2.1.1.620)
 Syntax
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
Exceptions
 See Also
See Also