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