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.
What are the various ideas given by delegate? Describe in brief.
Write down the steps for executing a LINQ query.
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
Briefly describe about the XML elements.
Specify the pre-requisites for connection pooling?
Two catch blocks can be executed or not?
How Web services can be prevented from the unauthorized access?
Write down the main core services of WWF runtime in brief.
Web form belongs to which class in a .NET Framework class hierarchy?
Name the different types of authentication techniques which are used in the connection strings to connect the .NET applications with the Microsoft SQL Server?
18,76,764
1950372 Asked
3,689
Active Tutors
1427783
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!