Overload List
| Name | Description | |
|---|---|---|
| ExecuteUpdate(UpdateCommandConfig) |
Executes an SQL update statement built using the supplied UpdateCommandConfig object
| |
| ExecuteUpdate(String) |
Executes an SQL update statement
| |
| ExecuteUpdate(String, IDictionary) |
Executes update statement built using the supplied SQL statement and parameters
| |
| ExecuteUpdate(String, IDictionary, IDictionary) |
Executes update statement built using the supplied SQL statement and seperate update value and filter parameters
|