Sphinx |
| Name | Description | |
|---|---|---|
| ExecuteNonQueryAsync | An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object.Invokes ExecuteNonQueryAsync(CancellationToken) with CancellationToken.None. | |
| ExecuteNonQueryAsync(CancellationToken) | Executes a SphinxQL statement against a connection object. |