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