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.
Name the events that are fired during a page load?
Describe the meaning of Serialization and Deserialization and its utilization?
What is meant by DLR (Dynamic Language Runtime)?
By what way we can display a default value in a text box of the input box?
Explain, what is an XML schema?
Name the parent class which is used to create all Windows services in .net?
Write down some of the layout Panels of WPF?
In what way we can auto size the button to fit the text?
Briefly explain about identifier.
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
18,76,764
1935130 Asked
3,689
Active Tutors
1422445
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!