Issues a query against the MDEX Engine.

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


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

Exception | Condition |
---|---|
ENEQueryException |
If there is a problem making the query.
Possible subclasses of ENEQueryException that could be thrown are ENEConnectionException, EmptyENEQueryException, PartialENEQueryException, ENEException, and VersionMismatchException. |