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.
Specify the syntax which is be used to inherit from a class in C#?
Name the namespaces that necessary to produce the localized application?
What is the basic difference between a content page and a master page?
Define the term “Array”.
Differentiate between sliding-time expiration and absolute expiration?
Illustrate the reason in brief why WPF is used?
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
State the difference between GroupBox and Panel control?
Write all names of public properties well-defined in the WebService class.
In what way we can display the icon during runtime on a StatusStrip control?
18,76,764
1931630 Asked
3,689
Active Tutors
1436721
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!