Endeca Presentation API
parseQuery Method (query)
NamespacesEndeca.Navigation.AnalyticsAnalyticsQueryparseQuery(String)
Parses a String form of a Statement query and returns an instance of an AnalyticsQuery if the query is well-formed.
Declaration Syntax
C#Visual BasicVisual C++
public static AnalyticsQuery parseQuery(
	string query
)
Public Shared Function parseQuery ( _
	query As String _
) As AnalyticsQuery
public:
static AnalyticsQuery^ parseQuery (
	String^ query
)
Parameters
query (String)
A Statement query in a String text-based syntax.
Return Value
An AnalyticsQuery object
Exceptions
ExceptionCondition
SyntaxException If the query is malformed or null or is malformed.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0