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.
Describe about the characteristic of Anonymous type?
Which method is used in .NET to enforce garbage collection?
Describe in brief the term XAML extensible markup language?
Explain the disconnected architecture of the ADO.NET's data access model.
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
Write the difference between System.StringBuilder and System.String classes?
State different ways through which a method can be overloaded?
Name the values that can be allocated to a DialogResult property of the Button control?
What do you understand by the JSON?
Explain about the XML elements.
18,76,764
1937574 Asked
3,689
Active Tutors
1446803
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!