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