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.
Explain what do you mean by .NET?
Explain different types of generations in a garbage collector?
What is the requirement of Copy Web Site?
Explain MaskedTextBox control? And also explain the function of Mask property?
Illustrate the characteristics of the reference-type variables which are supported in a C# programming language.
Explain the difference between the global theme and the page theme?
List out the attributes of an Interface.
What is meant by Manifest?
Write the importance of the Button control?
Explain the term culture and and UICulture values?
18,76,764
1930433 Asked
3,689
Active Tutors
1454837
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!