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 do you mean by the Assembly Manifest?
What are the different types of validation controls in Asp.net?
State different ways through which a method can be overloaded?
How we can dynamically add the user controls to the page?
Briefly explain the term DynamicObject classes?
Illustrate the terms User Control as well as Custom Control?
Explain some of the versions of .NET?
How the cursor can be programmatically positioned on a given line or on a character in the RichTextBox control in C#?
How rows can be added or deleted from the DataTable object of DataSet?
Write the difference between unmanaged and managed code?
18,76,764
1924901 Asked
3,689
Active Tutors
1439271
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!