 | SphinxQLCommandExecuteReaderAsync Method |
Executes the command text against the connection.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic Task<SphinxQLDataReader> ExecuteReaderAsync()
Public Function ExecuteReaderAsync As Task(Of SphinxQLDataReader)
Return Value
Type:
TaskSphinxQLDataReader
A
SphinxQLDataReader.
A task representing the asynchronous operation.
Exceptions
See Also