Click or drag to resize

SphinxQLCommandExecuteNonQueryAsync Method

Overload List
 NameDescription
Public methodExecuteNonQueryAsyncAn asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object.Invokes ExecuteNonQueryAsync(CancellationToken) with CancellationToken.None.
Public methodExecuteNonQueryAsync(CancellationToken) Executes a SphinxQL statement against a connection object.
Top
See Also