DataAdapter class in ADO.NET
Explain about the DataAdapter class in ADO.NET.
Expert
DataAdapter class retrieves the data from the database, stores it in a dataset, and reflects the changes made within the dataset to the database. DataAdapter class acts as an intermediary for all the communication between the DataSet objects and the database. The DataAdapter Class used to fill a DataTable or DataSet Objects with the data from the database by using the Fill() method. The DataAdapter class applies changes thatare made in the dataset to the database by calling the Update() method.
It also provides four properties that represents the database command:
a) SelectCommand,
b) nsertCommand,
c) DeleteCommand, and
d) UpdateCommand.
Write down the different ways of hosting the WCF service?
Name the events which occur when the client requests the ASP.NET page from IIS server?
Name the tool that can transform Visual basic old version to the .NET compatibility version?
What is a static constructor and also explain its features?
State the types of workflow in the WF?
List the usages of Command object in ADO.NET?
Explain how does an MDI form differ from a standard form?
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
How to make a windows desktop application using visual studio 2010 ultimate?
Illustrate the terms Persistent cookie as well as Session cookie?
18,76,764
1932533 Asked
3,689
Active Tutors
1459641
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!