Select from following answers:- Update()
- AcceptChanges()
- GetChanges()
- None
- All Above
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.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator