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
How does �side by side� work for the .net framework 3.0?
What is net framework 3.0 ?
What filters are executed in the end?
Why should we go for entity framework?
What is the use of view model in asp.net mvc?
What is objectset? : Entity framework
What is the use of display modes?
Explain the use of Inversion of control (IOC)?
Explain bundle.config in mvc4?
What are ajax helpers in asp.net mvc?
What is viewstart page in mvc?
Can I uninstall microsoft .net framework?
What is conceptual model? : Entity framework
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is oauth in web api?