 | IFulltextQueryTDocumentToList Method |
Execute this query and return the list of results.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIList<TDocument> ToList()
Function ToList As IList(Of TDocument)
Return Value
IListTDocumentThe results of the query.
Exceptions| Exception | Condition |
|---|
| FulltextException | Occurs when there is an error during the execution of the query. |
See Also