Save¶
Saves changes made to the data table to the database.
1 |
|
Returns¶
The current DataTable instance.
Remarks¶
Until the DataTable.Save method is called, all changes to the data table are stored in memory. The Save
method flushes all changes to the database.
Scan all rows and update the name of the groups:¶
1 2 3 4 5 6 7 8 9 10 11 12 |
|