Que:::: What is difference between Dataset.clone and Dataset.copy?
clone will copy only the structure where as copy will copy structure and data
when we are using Dataset.clone then the structure of that dataset is created whereas when using Dataset.Copy then structure is created and data is filled into it.
Post a Comment
2 comments:
clone will copy only the structure where as copy will copy structure and data
when we are using Dataset.clone then the structure of that dataset is created whereas when using Dataset.Copy then structure is created and data is filled into it.
Post a Comment