What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / suresh.gv
dataset.Clone or Deep Copy :- It only copies structure,
does not copy
data.
dataset.Copy or Shallow Copy :- Copies both Structure and
data
| Is This Answer Correct ? | 34 Yes | 11 No |
Post New Answer View All Answers
What is ole word?
What is difference between sqldatareader and sqldataadapter?
What is the difference between Dataset. clone and Dataset.copy?
What is the use of connection object in ado.net?
What are three methods for displaying data in a syncfusion datagrid
Explain how to create dynamic gridview?
What providers does Ado.net uses?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is datasource in ado.net?
What are the disadvantages of using datalist?
What are datareaders?
What is meant by executenonquery?
Command objects uses, purposes and their methods.
Why is ADO.NET serialization slower than ADO ?
How can we perform transactions in .net?