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 disconnected scenario in entity framework?
How to read data with the sqldatareader ?
What is difference between sqldatareader and sqldataadapter?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
How does ado.net work?
What is an ado?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What are the advantages using ado.net?
Which is faster datareader or dataadapter?
What are all the classes that are available in System.Data Namespace?
What is the use of SqlCommandBuilder?
What is oledb connection?
What is data view and variable view?
Which method in OLEDBAdapter is used to populate dataset with records?
How to check if a datareader is closed or opened? IsClosed()