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
Name a few different return types of a controller action method?
What are non action methods in mvc?
What is latest version of .net framework?
Is dapper faster than entity framework?
How we can invoke child actions in ASP.Net MVC?
The order of the filters that get executed, if the multiple filters are implemented?
Explain bundle.config in mvc4?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
Can you explain model, controller and view in mvc?
Explain representational state transfer (rest) in detail?
How do I use partial view?
What is ViewData and TempData in ASP.Net MVC?
What operating systems will the .net framework 3.0 be available for?
How to Redirect Tracing to a File
What is meant by domain model?