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
Explain .Net Framework? Why we use it?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Name a few different return types of a controller action method?
List the new features added in .net framework 4.0.
What are Model Binders in ASP.Net MVC?
What you mean by routing in mvc?
what is entity framework advantage?
What is Attribute Routing in ASP.Net MVC?
Can I add mvc testcases in visual studio express?
Explain the advantages of asp.net mvc over asp.net?
What is the 'page life cycle' of an ASP.NET MVC?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is the purpose of a web form?
What is meant by tempdata in mvc?
Does Tempdata hold the data for other request in ASP.Net MVC?