Makes a query against an Endeca MDEX Engine.

C# | Visual Basic | Visual C++ |
ENEQueryResults Query( ENEQuery q )
Function Query ( _ q As ENEQuery _ ) As ENEQueryResults
ENEQueryResults^ Query ( ENEQuery^ q )

- q (ENEQuery)
- Query to make.

Results of the query.

The query results.

Exception | Condition |
---|---|
ENEQueryException |
If an Endeca MDEX Engine query fails.
|