Endeca Presentation API
Query Method (neq)
NamespacesEndeca.NavigationAuthHttpENEConnectionQuery(ENEQuery)
Issues a query against the MDEX Engine.
Declaration Syntax
C#Visual BasicVisual C++
public override ENEQueryResults Query(
	ENEQuery neq
)
Public Overrides Function Query ( _
	neq As ENEQuery _
) As ENEQueryResults
public:
virtual ENEQueryResults^ Query (
	ENEQuery^ neq
) override
Parameters
neq (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.
Exceptions
ExceptionCondition
ENEQueryException If there is a problem making the query.

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


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