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 briefly about Object Relational Designer (0/R Designer)?
What do you mean by the Extender controls?
Explain about pixels, points, and em's whenever fonts are exhibited?
Briefly explain about identifier.
What do you mean by Proxy and how to produce proxy for WCF Services?
Illustrate the basic difference between the PenLineCap's Flat and Square values?
What is the use of Global.asax file?
How we can decide whether we should deploy application or publish application?
Write down in brief the various types of Triggers in the WPF?
Explain the necessary syntax of the LINQ query in the Visual Basic and also in the C#.
18,76,764
1927452 Asked
3,689
Active Tutors
1424995
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!