What is the differences between dataset.clone and dataset.copy in VB.NET ?
Interview question and answer by:
Bharathi Cherukuri | Posted on: 4/20/2012 | Category:
VB.NET Interview questions | Views: 549 | |
Points: 40
Answer:
Dataset.clone just copies the structure of dataset (including all the datatables, schemas, relations and constraints.); however it doesn’t copy the data.
Dataset.copy copies both the dataset structure and the data.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: