.NET Framework Class Library
DbDataAdapter..::.Update Method
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
|
| Name | Description |
|---|
.gif) .gif) .gif) | Update(array<DataRow>[]()[]) | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects. |
.gif) .gif) .gif) | Update(DataSet) | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet. (Overrides DataAdapter..::.Update(DataSet).) |
.gif) .gif) .gif) | Update(DataTable) | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataTable. |
.gif) .gif) .gif) | Update(array<DataRow>[]()[], DataTableMapping) | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects. |
.gif) .gif) .gif) | Update(DataSet, String) | Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet with the specified DataTable name. |
Top
Reference