Answer Posted / amy
DataAdapter is a part of the ADO.NET Data Provider.
DataAdapter provides the communication between the Dataset
and the Datasource. We can use the DataAdapter in
combination with the DataSet Object.
The DataAdapter can perform Select , Insert , Update and
Delete SQL operations in the Data Source.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between viewbag and viewdata in mvc?
What are the main features of asp.net mvc 4 used by asp.net web api?
In which assembly is the mvc framework defined?
How route table has been created in ASP.NET ASP.Net MVC?
What is entitytype? : Entity framework
What does mvvm mean?
What is a model in programming?
What is .net framework & its benefits?
Explain peek method in tempdata in asp.net mvc?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
How we can add the css in mvc?
What is the difference between entity framework and mvc?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What type of filter does outputcacheattribute class represents?
Explain how you can implement Ajax in MVC?