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 the main difference between UnBoxing and boxing.
Describe in brief regarding the performance of Visual basic?
Explain the term multilingual Web site?
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
Write down the various open source tool accessible for the VB.NET?
By which method we can add or remove rows from a DataTable object of DataSet?
List some differences between the CheckBox control and a RadioButton control?
Write the syntax of the for loop in C# code?
Write down some of the layout Panels of WPF?
18,76,764
1950388 Asked
3,689
Active Tutors
1436323
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!