Which method is used to commit all changes in the dataset or datatable?
Answers
Answered by
0
Calling the AcceptChanges method or AcceptChanges method will commit all changes in the DataSet or DataTable. If either of these methods are called before the Update method is called, no changes will be committed when the Update method is called, unless further changes have been made since AcceptChanges was called.
Similar questions