2
Reply

What is difference between Clone and Copy Methods of Dataset?

shanu kumar

shanu kumar

12y
1.9k
0
Reply

    Clone return only structure of dataset but copy function will provide data and structure.

    In Clone Only Structure will be created Not Data while in copy structure and Data both will be copied.