Have you tried it? This is what the documentation says:
DataTable.AcceptChanges Method
Commits all the changes made to this table since the last time AcceptChanges
was called.
DataTable.RejectChanges Method
Rolls back all changes that have been made to the table since it was loaded,
or the last time AcceptChanges was called.
So by reading that what do you think would happen?
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.