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


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