---
title: "What are the differences between dataset.clone and dataset.copy?"  
description: "What are the differences between dataset.clone and dataset.copy?"  
author: "Anonymous User"  
published: 2012-11-17  
updated: 2012-11-19  
canonical: https://www.mindstick.com/forum/472/what-are-the-differences-between-dataset-clone-and-dataset-copy  
category: "vb.net"  
tags: ["vb.net"]  
reading_time: 1 minute  

---

# What are the differences between dataset.clone and dataset.copy?

hello every one\
\
[please tell me](https://www.mindstick.com/forum/33900/please-tell-me-what-are-the-technique-to-content-optimization) what are the [differences](https://www.mindstick.com/articles/12918/cat-5e-vs-cat-6a-understanding-the-major-differences) between dataset.clone and dataset.copy?\
\
thanks\

## Replies

### Reply by AVADHESH PATEL

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.


---

Original Source: https://www.mindstick.com/forum/472/what-are-the-differences-between-dataset-clone-and-dataset-copy

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
