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.
Describe the various types of work flow?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
Write the control which exposes LINQ features to the Web developers through ASP.NET data-source control architecture.
What are the components of web form in ASP.NET?
What do you mean by the XOML files?
Specify different ways of deployment which are supported by .NET Framework 4.0.
Illustrate the terms User Control as well as Custom Control?
Explain the role of a DISTINCT clause in the LINQ query?
Explain about LinqDataSource control?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
18,76,764
1949678 Asked
3,689
Active Tutors
1415407
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!