What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / anand r.b
DataSet.clone perform Shallow copy only strucature should
be copy not data
where as Datset.Copy perform Deepa copy it should copy
strucature with data
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can we load multiple tables in a dataset?
What providers does Ado.net uses?
How to read data with the sqldatareader ?
What are the advantages of using datalist?
What is ado and rdo?
What is DataRowCollection?
How do you merge 2 datasets into the third dataset in a simple manner?
What is connected architecture in ado.net?
Explain the dataadapter class in ado.net?
What is commandbuilder in ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is ado.net architecture?
Define data access layer?
What is difference between Dataview and Datatable?