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 linq and entity framework?
Can we connect two dataadapters to same data source using single connection at same time?
What is oledb connection?
What is Serialization in .NET? what are the types of Serialization?
How to Read, Add, Update and Delete record in Entity Framework ?
Does dapper use ado.net?
Explain executenonquery?
What is the role of the dataset object in ado.net?
What is ado.net objects?
What is difference between ado and other data object?
describe the dataset object in ado.net.
What are typed and untyped dataset?
What is the significance of CommandBehavior.CloseConnection ?
What are dcl commands?
Why do we need ado.net?