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.
Explain the use of a Connection object?
Explain the term multilingual Web site?
What are literals and name the different types of literals in visual basic?
Name the parent class which is used to create all Windows services in .net?
Explain the benefits of using the ADO.NET in .NET 4.0?
State the properties in C# and the advantages that are obtained by using them in programs.
Distinguish between toolstrip drop-down button and toolstrip split button?
What do you mean by the term Routed event?
Write differences between the while and for loop in C#.
Explain the term culture and and UICulture values?
18,76,764
1942402 Asked
3,689
Active Tutors
1428432
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!