Click or drag to resize

ISphinxQLExecutorQuery Method

Overload List
 NameDescription
Public methodCode exampleQueryT(String, Object) Executes the given SphinxQL query and returns a list of results of the given type.
Public methodCode exampleQueryT(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.
Top
See Also