Explain DataAdapter class
Explain DataAdapter class in the ADO.NET?
Expert
DataAdapter class regain data from a database, stores data in the dataset, and returns the alterations made in a dataset to a database. DataAdapter class acts as the intermediary for every communication among database and a DataSet object. DataAdapter Class is used to fill the DataTable or the DataSet Object by data from the database using a Fill() method. DataAdapter class affects the alteration made in the dataset to a database by calling a Update() method.
DataAdapter class has four properties which represent a database command and these are as follows:
• SelectCommand, • UpdateCommand • InsertCommand,and DeleteCommand.
Write the difference between System.StringBuilder and System.String classes?
Specify the requirements to run ASP.NET AJAX applications on the server?
What is meant by the Managed Extensibility Framework?
Write down a short note on the brief history of WPF?
Explain briefly the term AutoPostBack?
Why Windows Installer is used?
Explain two properties of GridView control which specifies to turn on paging and sorting.
Explain the disconnected architecture of the ADO.NET's data access model.
How an ellipse is created, which is non- rectangular window?
What is the concept of CAS?
18,76,764
1960788 Asked
3,689
Active Tutors
1458335
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!