Explain DataAdapter class
Explain DataAdapter class in the ADO.NET?
Expert
DataAdapter class regain data from a database, stores data in the dataset, and returns the alterations made in a dataset to a database. DataAdapter class acts as the intermediary for every communication among database and a DataSet object. DataAdapter Class is used to fill the DataTable or the DataSet Object by data from the database using a Fill() method. DataAdapter class affects the alteration made in the dataset to a database by calling a Update() method.
DataAdapter class has four properties which represent a database command and these are as follows:
• SelectCommand, • UpdateCommand • InsertCommand,and DeleteCommand.
Why do we require the nested master pages in the Web site?
State the types of workflow in the WF?
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
Explain what is PLINQ?
Describe disconnected architecture of the ADO.NET's data access model?
Specify the process of execution for the managed code.
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
Illustrate various types of Validation Controls?
Differentiate between a ContextMenuStrip control and a MenuStrip control?
State some of the different ways in order to pass parameters to the server?
18,76,764
1951587 Asked
3,689
Active Tutors
1451044
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!