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.
What do you know about parameter and explain new types of the parameters introduced in the C# 4.0?
Write about the AJAX and JavaScript?
List the types of data types that are present in .NET?
Describe code access security (CAS)?
Specify various states of the XMLHttpRequest along with their description.
State the two most important categories which distinctly categorize variables of C# programs.
What is meant by the XML DOM?
Differentiate between Assembly and NameSpace?
Is it possible to post and access view state in the other application?
Write about the Dynamic update?
18,76,764
1954068 Asked
3,689
Active Tutors
1454497
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!