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.
What is meant by the Runtime services?
Write the chief features of the Cloud services?
Describe the major subsystems of the WPF (Windows Presentation Foundation) in brief?
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
State the properties in C# and the advantages that are obtained by using them in programs.
Specify the similarities between a class and a structure.
By Visual Studio in ASP.Net, illustrate namespaces which are imported automatically?
Explain the services which UDDI offers to the Web applications.
What is data type and how many types of data types are there in .NET ?
18,76,764
1960159 Asked
3,689
Active Tutors
1436131
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!