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 objectset? : Entity framework
What is associationset? : Entity framework
What is route config?
explain what is ado.net entity framework?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Explain what languages does the .net framework support?
What is the full form of sp?
How we can add the css in mvc?
What does mvvm mean?
What are the advantages of asp.net mvc?
What is difference between razor and web form engine?
Can we add constraints to the route? If yes, explain how we can do it?
What is Area in ASP.Net MVC?
Describe the .net framework architecture.
explain how you can load related entities in ef (entity framework)?