IDataStoreBases.Update Method
.NET Standard 2.x
Updates the database with the changes made in the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| Update(bool resetFlag = true) | Updates the database with the changes made in the DataStore. |
| Update(UpdateSqlStrategy updateSqlStrategy, bool resetFlag = true) | Updates the database with the changes made in the DataStore. |