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.
How one can create the ellipse, which is the non- rectangular window?
Write down the benefits of Hosting WCF in IIS?
Illustrate four common properties of all validation controls?
Explain the several methods required by the DataSet object for generating the XML?
Briefly describe about ASP.NET?
Write down the code for selecting an item in ListView control programmatically in the C#?
Explain the function of .WebPart file do?
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
Briefly describe the term destructor?
How to access information about a user's locale?
18,76,764
1939818 Asked
3,689
Active Tutors
1433628
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!