DbDataAdapter::Update Method
Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Update(array<DataRow^>^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array in the DataSet. |
![]() | Update(array<DataRow^>^, DataTableMapping^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataSet objects. |
![]() | Update(DataSet^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.(Overrides DataAdapter::Update(DataSet^).) |
![]() | Update(DataSet^, String^) | |
![]() | Update(DataTable^) | Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataTable. |

