Explain dataadapter.update method in .net?



Explain dataadapter.update method in .net?..

Answer / Deepak Kumar Awasthee

The DataAdapter.Update() method is used to update changes made on the DataSet with the database. It sends all updated, inserted, and deleted records from the DataSet to the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How many types of constructors are there?

1 Answers  


What are the advantages of using partial classes?

1 Answers  


What is difference between array and arraylist in c#?

1 Answers  


Can we override static class in c#?

1 Answers  


What's the c# syntax to catch any possible exception?

1 Answers  


Practcle scenario where I can use abstract class and where I can use Interface

1 Answers   Jeevan Technologies,


What are the ways in which client can create object on server in cao model?

1 Answers  


What is overloading in c#?

1 Answers  


Which is more efficient for loop or while loop?

1 Answers  


What are the types of methods in c#?

1 Answers  


What is the purpose of abstract class in c#?

1 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

1 Answers  


Categories