| DataAccessExecuteUpdates Method |
| Name | Description | |
|---|---|---|
| ExecuteUpdates(KeyedList, DataSet) |
Updates the database with the given collection of adapters and the datatable contained into the given dataset
| |
| ExecuteUpdates(DbDataAdapter, DataSet, String) |
Updates the database with the changes contained into a given dataset
| |
| ExecuteUpdates(KeyedList, DataSet, Boolean) |
Updates the database with the given collection of adapters and the datatable contained into the given dataset
| |
| ExecuteUpdates(DbDataAdapter, DataSet, String, Boolean) |
Updates the database with the changes contained into a given dataset
|