Explain DataSet.AcceptChanges and DataAdapter.Update methods in .NET?
Submitted by: AdministratorDataAdapter.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.
Submitted by: Administrator
DataSet.AcceptChanges method Commits all the changes made to this row since the last time AcceptChanges was called.
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | Creating a Key Pair in .NET? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | What are the authentication methods in .NET? |
☺ | Explain what relationship is between a Process, Application Domain, and Application? |
☺ | What’s a proxy of the server object in .NET Remoting? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |