Define DataSetAcceptChanges

Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?

E

Expert

Verified

The DataAdapter.Update() method : It is used to call any of the DML statements, like UPDATE, INSERT, or DELETE statements, since the case may be to  delete, update or insert a row in the DataSet.

The DataSet.Acceptchanges() method: It reflects every changes made to a row since last time the AcceptChanges() method was called.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.