What is the difference between Dataset.Copy and Dataset.Clone?

 Posted by Manicse on 10/24/2016 | Category: VB.NET Interview questions | Views: 2396 | Points: 40
Answer:

Dataset.clone copies just 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 

Comments or Responses

Login to post response