Methods of a DataSet class
Differentiate between the methods Clone() and Copy() of a DataSet class?
Expert
The Clone() method duplicates only structure of the DataSet. The replicated structures comprise all the constraints, relation and DataTable schemas used by a DataSet. This method does not copy data, that is stored in a DataSet.
The Copy() method: It replicates the structure as well as data stored in the DataSet.
By which method we can add or remove rows from a DataTable object of DataSet?
State some of technologies that are utilized within the AJAX?
Write main difference between classic ADO and ADO.NET?
Explain the function of .WebPart file do?
Write down some of the benefits of XAML?
Write about the architecture of ADO.NET in brief.
Write about the difference between OLEDB Provider and the SqlClient?
Describe disconnected architecture of the ADO.NET's data access model?
Illustrate types of Session state management options available with ASP.NET?
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
18,76,764
1948211 Asked
3,689
Active Tutors
1453985
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!