| ADO.NET | |
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. | |
| ADO.NET | |
What is the difference between DataSet.Copy() and DataSet.Clone()?
Posted by
Ramu