DataAdapter.Update() and DataSetAcceptChanges() methods
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
Expert
The DataAdapter.Update() method calls any of the DML statements, like the UPDATE, INSERT, or DELETE statements, since the case may be to update, insert, or delete a row in the DataSet.
The DataSet.Acceptchanges() method make all of the changes which are made to the row since last time theAcceptChanges() method was invoked.
Write the difference between for loop and the while in C#.
Specify the tools which can be used to develop the .NET applications?
State the difference between a class and a structure?
Which statement can be used to replace many if-else statements in the code.
List out the different components of an assembly.
Name the method that offers a functionality to display the dialog box during runtime?
Briefly explain the use of web.config?
Explain the purpose of the JIT compiler in .NET Framework?
What is meant by the Object Pooling?
Differentiate between SqlClient and OLEDB Provider?
18,76,764
1941424 Asked
3,689
Active Tutors
1423429
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!