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.
Mention the two categories which distinctly classifies the variables of the C# programs.
Explain the term neutral culture?
Briefly describe constant.
Explain about DataContext class and how is it associated to LINQ?
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
Write down the importance of delegates. Where must they be employed? Write down the conditions where we need them?
Name the property that is used to check whether a DataReader is closed or opened?
Explain about the UpdatePanel control.
Explain the disconnected architecture of the ADO.NET's data access model.
Write down in brief the various types of Triggers in the WPF?
18,76,764
1944801 Asked
3,689
Active Tutors
1449482
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!