SphinxQLCommandExecuteNonQueryAsync Method |
| Name | Description | |
|---|---|---|
| ExecuteNonQueryAsync | An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object.Invokes ExecuteNonQueryAsync(CancellationToken) with CancellationToken.None. (Inherited from DbCommand.) | |
| ExecuteNonQueryAsync(CancellationToken) |
Executes a SphinxQL statement against a connection object.
(Overrides DbCommandExecuteNonQueryAsync(CancellationToken).) |