What does DataTable.AcceptChanges refer to?
The DataTable.AcceptChanges method is used to confirm any changes made to the DataTable. When this method is called, all changes made to the DataTable will be cleared and the current row change status will be set to Unchanged. This means that after calling AcceptChanges, any changes made to the DataTable will no longer be tracked and cannot be undone through a rollback operation on the DataTable.