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 four workflow principles?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
Briefly describe the TrackBar control.
Name the namespaces that necessary to produce the localized application?
Explain the difference between the Response.Output.Write() and Response.Write() methods?
Describe code access security (CAS)?
Write down the command which is used to run a batch?
Name some of the binders which are offered by .NET Framework 4.0.
Write the difference between Select clause and the SelectMany() method in theLINQ?
Explain the use of a Connection object?
18,76,764
1954852 Asked
3,689
Active Tutors
1454888
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!