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.
Illustrate the difference between the XML ‘Fragment’ and an XML ‘Document’.
Briefly describe about keywords also give example.
What do you mean by the term base class of .net?
Mention the two categories which distinctly classifies the variables of the C# programs.
Explain the several methods required by the DataSet object for generating the XML?
Can a private class be declared in a namespace?
What are the different ways to manage state in ASP.Net?
Briefly explain the use of a Panel control? And also state whether it displays during runtime?
List the types of generations there are in a garbage collector?
Why the data validations should be performed at a client side?
18,76,764
1934089 Asked
3,689
Active Tutors
1449984
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!