What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / tahir
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 ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is the use of SqlCommand object?
Is ado.net an orm?
What you mean by filtering of data?
Explain why edit is not possible in repeater?
What are the different execute methods of Ado.Net?
What is ado code?
What are the 3 major types of connection objects in ado.net?
Does dapper use ado.net?
Command objects uses, purposes and their methods.
Why do we use sqldataadapter?
Explain the overview of ado.net architecture?
What are all the different methods under sqlcommand?
What is dao and ado?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
describe the dataset object in ado.net.