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 the pre-requisites for connection pooling?
What is the difference between Dataset. clone and Dataset.copy?
How to work with disconnected data - the dataset and sqldataadapter?
What is a control toolbox?
What are the major challenges in accessing data from a database?
What are two types of transaction supported by ado.net?
Why is it important to close an ado.net application?
How is it possible to get 2 tables of data at a time by using data reader?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the important features of ado.net 2.0?
How we can provide data to ado.net?
What is ado connection?
What is the difference between DataReader and DataSet in ADO.NET?
how can implement dropdownlist in particular of dataset when try to update?
What is ole in vb?