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 is ado asp?
What is the meaning of object pooling?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What is the usage of the dataset object in ado.net?
Why is ADO.NET serialization slower than ADO ?
What is ado or jdbc?
How can we add/remove row's in "datatable" object of "dataset"?
What is DataReader Object?
What is a data control clerk?
What are the core objects of ADO.NET?
What are the benefits of using ado.net?
How do you update a dataset in ado.net and how do you update database through dataset?
What do you know about ado.net's objects?
How can we check that some changes have been made to dataset since it was loaded?
What are basic methods of dataadapter?