Issues a query against the MDEX Engine.

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

Syntax

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

Parameters

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

Return Value

Returns a 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, VersionMismatchException, and so on.

See Also