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
Why do we serialize data?
What is the use of sqldatareader class?
What is oledb connection?
Is bulk insert faster than insert?
What are the advantages and drawbacks of using ado.net?
Which property is used to check whether a DataReader is closed or opened?
How do you merge 2 datasets into the third dataset in a simple manner?
Explain how to create dynamic gridview?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Compare Data Reader & Dataset in ado.net?
What is row state?
How can we add/remove row's in "datatable" object of "dataset"?
Explain the difference in record set and dataset?
What is ado.net full form?
What is a datagridview?