ISphinxQLExecutorQuery Method

Overload List

QueryT(String, Object) Executes the given SphinxQL query and returns a list of results of the given type.
QueryT(String, QueryMetadata, Object) Executes the given SphinxQL query and returns a list of results of the given type along with the query metadata. Note: 'SHOW META' is automatically appended to the query.

See Also