Issues a query against the MDEX Engine.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public override ENEQueryResults Query(
	ENEQuery neq
)
Visual Basic
Public Overrides Function Query ( _
	neq As ENEQuery _
) As ENEQueryResults
Visual C++
public:
virtual ENEQueryResults^ Query(
	ENEQuery^ neq
) override

Parameters

neq
Type: Endeca.Navigation..::..ENEQuery
The ENEQuery object containing the navigation, record, etc. type requests to the MDEX Engine.

Return Value

An ENEQueryResults object which contains the resultant objects returned by the MDEX Engine in response to the query neq.

Implements

IENEConnection..::..Query(ENEQuery)

Exceptions

ExceptionCondition
Endeca.Navigation..::..ENEQueryException If there is a problem making the query.

Possible subclasses of ENEQueryException that could be thrown are ENEConnectionException, EmptyENEQueryException, PartialENEQueryException, ENEException, and VersionMismatchException.

See Also