Sphinx QLCommandExecute Non Query Async Method
Overload List
| ExecuteNonQueryAsync | An asynchronous version of ExecuteNonQuery, which executes the command against its connection object, returning the number of rows affected. Invokes ExecuteNonQueryAsync(CancellationToken) with CancellationToken.None. |
| ExecuteNonQueryAsync(CancellationToken) | Executes a SphinxQL statement against a connection object. |