hello every one
please tell me what
are the differences between dataset.clone and dataset.copy?
thanks
What are the differences between dataset.clone and dataset.copy?
Ask by Anonymous User
Updated 19 Nov 2012
you are asked a very good question, your question's answer is ...
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.
i hope this answer will be solve your doubt.