[]
An asynchronous version of method ExecuteNonQuery() that executes a SQL statement against a connection object.
public override Task<int> ExecuteNonQueryAsync(CancellationToken cancellationToken)
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
| Type | Description |
|---|---|
| Task<int> | The number of rows affected. |