AceQLCommand..::..ExecuteNonQueryAsync Method
Overload List
Name | Description | |
---|---|---|
ExecuteNonQueryAsync(CancellationToken) |
Executes the SQL statement against the connection and returns the number of rows affected.
The cancellation token can be used to can be used to request that the operation be abandoned before the http request timeout.
|
|
ExecuteNonQueryAsync()()()() |
Executes the SQL statement against the connection and returns the number of rows affected.
|