Google News
logo
ADO.NET - Interview Questions
What is the difference between Dataset.clone and Dataset.copy?
Dataset.clone object copies structure of the dataset including schemas, relations and constraints. This will not copy data in the table.
 
Dataset.copy : Copies both structure and data from the table.
Advertisement