What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / prudhvi
dataset.clone method copies the structure of the DataSet,
including all datatable schemas, relations, and constraints.
But it does not copy any data. Whereas, dataset.copy method
copies both the structure and data
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are datareaders?
What is an ADO.Net?
What is difference in record set and dataset?
What is ado.net components?
What are the different layers of ado.net?
What is ado.net and its architecture?
What is a column variable?
What is ado.net architecture?
What is ado.net in mvc?
Describe the disconnected architecture of ADO.NET’s data access model.
What are the steps you will take to improve performance? Will you use dataset or datareader?
What is fill method in ado.net?
Explian About DataAdapters
How can we save all data from dataset?
What is maximum pool size in ado.net connection string?