| ExecuteNonQueryAsync(DbCommand, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and returns the number of rows affected. |
| ExecuteNonQueryAsync(DbConnection, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and returns the number of rows affected. |
| ExecuteNonQueryAsync(DbCommand, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbCommand, and returns the number of rows affected. |
| ExecuteNonQueryAsync(DbConnection, Int32, String, CancellationToken, Object) | Executes the SQL statement using DbConnection, and returns the number of rows affected. |