IFulltext QueryTDocumentTo Async Enumerable Method
Execute this query and return an async enumerable for the results.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
An async enumerable to access the results.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IAsyncEnumerable<TDocument> ToAsyncEnumerable()VB
Function ToAsyncEnumerable As IAsyncEnumerable(Of TDocument)Return Value
IAsyncEnumerableTDocumentAn async enumerable to access the results.
Exceptions
| FulltextException | Occurs when there is an error during the execution of the query. |
| OperationCanceledException | Occurs when cancellation has been requested. |