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
describe the dataset object in ado.net.
What is sqldatasource?
Explain what is datagrid with an example?
What is DataReader Object?
What is two way data binding android?
What is the significance of CommandBehavior.CloseConnection ?
What we do with the object of ado.net dataset after using it?
What is Serialization in .NET? what are the types of Serialization?
What is the hierarchy of data in databases?
how we can fire event in databound coulm in datagfrid withot using button?
What are the disadvantages of using datalist?
What is difference between ado.net and asp net?
What are the different methods available under the sqlcommand class to access the data?
What is the meaning of object pooling?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?