Click or drag to resize

DataAccessExecuteUpdates Method

Overload List
  NameDescription
Public methodExecuteUpdates(KeyedList, DataSet)
Updates the database with the given collection of adapters and the datatable contained into the given dataset
Public methodExecuteUpdates(DbDataAdapter, DataSet, String)
Updates the database with the changes contained into a given dataset
Public methodExecuteUpdates(KeyedList, DataSet, Boolean)
Updates the database with the given collection of adapters and the datatable contained into the given dataset
Public methodExecuteUpdates(DbDataAdapter, DataSet, String, Boolean)
Updates the database with the changes contained into a given dataset
Top
See Also