Differences between dataset.clone and dataset.copy?
Answer Posted / satyambabu
dataset.clone:-it only copies structures doesnot copydata.
dataset.copy:copies structures and data.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is linq and entity framework?
What is oledb driver?
Is bulk insert faster than insert?
Which namespaces are used for data access?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How is it possible to get 2 tables of data at a time by using data reader?
How can we load multiple tables in to dataset?
How we can provide data to ado.net?
What is ole db query?
What is the full form of ado.net?
Explain the namespaces in which .net has the data functionality class.
What is ado.net in vb net?
How is entity framework different from ado.net?
Why is ADO.NET serialization slower than ADO ?
What is defaultview in datatable?