Frequently Asked Interview Questions

What is the difference between DataSet.Copy() and DataSet.Clone()?

DataSet.Clone() :- Copies the structure of the DataSet, i.e schema of all data tables, relations and constraints. It does not copy any data.
DataSet.Copy() :- Copies both the structure and data of the DataSet.

Most Visited Pages

Home | Site Index | Contact Us