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.
Web form belongs to which class in a .NET Framework class hierarchy?
Write the name of the method which is used to create a click event of Control class for Button control in C#?
Explain DataReader object?
In what way we can display the icon during runtime on a StatusStrip control?
What do you mean by the term Transport and Message Reliability?
State the characteristics of the reference-type variables which is supported in the C# programming language.
State the difference between System.StringBuilder and System.String classes?
Two catch blocks can be executed or not?
What do you mean by the term MISL CODE? Describe in brief.
Explain different types of generations in a garbage collector?
18,76,764
1954159 Asked
3,689
Active Tutors
1447979
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!