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 the function of .WebPart file do?
Illustrate the term Namespace also its uses?
What is meant by the Runtime engine?
Briefly describe about data type?
Name the latest features that added in .NET Framework 4.0?
What are XML attribute?
What are the components of web form in ASP.NET?
Where the ViewState information can be stored?
Write difference between an Abstract class and an Interface.
Illustrate the term Web User Control?
18,76,764
1961608 Asked
3,689
Active Tutors
1458347
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!