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.
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Write the syntax of the while loop in the C# program.
Write the name of the methods available in .NET 4.0, which are used to add and delete items from the ListBox control?
How we can enable impersonation in the web.config file?
What are the enrichment in the ClickOnce deployment in the .NET 4.0?
In which statement we can execute LINQ query?
Explain an identifier in detail?
Explain what is the CLI and also if it is same as that of CLR?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Illustrate the term Marshalling?
18,76,764
1943955 Asked
3,689
Active Tutors
1443630
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!