MySQL Connector/Net
MySqlDataAdapterUpdate Method |

Name | Description | |
---|---|---|
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
Update(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. (Inherited from DbDataAdapter.) |
![]() |
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. (Inherited from DbDataAdapter.) |
![]() |
Update(DataSet, String) | 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 with the specified DataTable name. (Inherited from DbDataAdapter.) |
![]() |
Update(DataRow, DataTableMapping) | (Overrides DbDataAdapterUpdate(DataRow, DataTableMapping).) |
