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.
Which event controls are completely loaded?
Explain about the DataContext class and also how it is related to the LINQ?
Write name of the class which can be used for converting the data types?
State the syntax used to declare the namespace in .NET?
Specify how Overriding method is different from Overloading?
Explain, what is an XML schema?
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
Illustrate Application State in the ASP.NET.
Explain what is meant by the IL?
Illustrate the term ASP.NET?
18,76,764
1949619 Asked
3,689
Active Tutors
1413101
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!