██████████████████████████████████████████████████████████████████████


Que:::: What is difference between Dataset.clone and Dataset.copy?

2 comments:

sreeni said...

clone will copy only the structure where as copy will copy structure and data

Akshaya Vatsa said...

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.