Basic Dot Net Question:

Download Job Interview Questions and Answers PDF

Explain DataSet.AcceptChanges and DataAdapter.Update methods in .NET?

Dot Net Interview Question
Dot Net Interview Question

Answer:

DataAdapter.Update method Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
DataSet.AcceptChanges method Commits all the changes made to this row since the last time AcceptChanges was called.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
Explain assemblies in .NET?Explain Difference between Panel and GroupBox classes using .NET?