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.
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.
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.