hi tanuj, 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.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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.