Makes a query against an Endeca MDEX Engine.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
ENEQueryResults Query(
	ENEQuery q
)
Visual Basic
Function Query ( _
	q As ENEQuery _
) As ENEQueryResults
Visual C++
ENEQueryResults^ Query(
	ENEQuery^ q
)

Parameters

q
Type: Endeca.Navigation..::..ENEQuery
Query to make.

Return Value

Results of the query.

Remarks

The query results.

Exceptions

ExceptionCondition
Endeca.Navigation..::..ENEQueryException If an Endeca MDEX Engine query fails.

See Also