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
Explain the different row versions available in table?
How to create dynamic gridview?
What is the use of SqlCommandBuilder?
What are good ado.net object to replace to ado recordset object.
What is the executescalar method?
What is the difference between Data adaptor and Data set?
What are typed and untyped dataset?
What is ado control?
Explain the difference between sqlcommand object and command behavior object?
Why is ADO.NET serialization slower than ADO ?
What are the steps you will take to improve performance?
How can we add/remove row's in "datatable" object of "dataset"?
What are the objects of ado.net?
What is difference in record set and dataset?
What two types of data providers does ADO.NET supply? What determines which one you should use?