What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / nitin
Dataset.clone method only copies structure while Copy
method copies structure as well as data also.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is ado.net tutorial?
What is the hierarchy of data in databases?
What does executereader return?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What DataReader class do in ADO.NET ?
What is the difference between ado.net and oledb?
How do you update database through dataset?
What do you mean by performing asynchronous operation using command object?
Which object holds only data and does not interact with data source?
Explain the architecture of ado.net?
What is difference between dataset and datatable?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Does entity framework use ado.net?