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 name of the new method that has been introduced in ASP.NET 4.0 to redirect the page permanently?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
Illustrate the term Namespace also its uses?
Specify the differences between the Dispose() and Finalize() methods.
Distinguish among Compiler and Interpreter?
Explain how is docking different from the anchoring?
Explain about the types of ASP Objects?
State the role of ScriptManagerProxy control?
Write down the use of console application in brief?
18,76,764
1933887 Asked
3,689
Active Tutors
1435221
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!