Answer Posted / anand vishwakarma
DataAdapter functions as a bridge between a data source, and a disconnected data class, such as a DataSet. At the simplest level it will specify SQL commands that provide elementary CRUD functionality. At a more advanced level it offers all the functions required in order to create Strongly Typed DataSets, including DataRelations.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the Data providers in ADO.Net?
How would you connect to a database by using .NET?
Is ado.net an orm?
Explain the different row versions available in table?
What is bubbled event?
What is the DataTableCollection?
How to perform sorting on a table in ADO.NET?
Define different execute methods of ADO.NET command object ?
What do you know about ADO.NET's objects and methods?
What is a dynaset in access?
What is difference between entity framework and ado.net?
What is maximum pool size in ado.net connection string?
How to add an aggregate column?
What is full form of ado?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?