The ___________ method of a Dataset saves changes made to its data back to the database.

  • ApplyChanges
  • Commit
  • SubmitChanges
  • Update
The ApplyChanges method of a Dataset saves changes made to its data back to the database. This method is typically used in disconnected scenarios where changes made to the dataset need to be synchronized with the underlying database.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *