Differences between dataset.clone and dataset.copy?
Answer Posted / pompana gouda
DataSet.Clone():
This function copies the structure of System.Data.DataSet,
Including all System.Data.DataTable Schemas, relations and
constraints. But doesn't copy Data.
DataSet.Copy():
This function copies both the structure and data for this
System.Data.DataSet....
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is ado in agriculture?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is the namespaces being used to access oracle database?
What does ado stand for in ado.net?
What is ado.net tutorial?
How to create data relations?
Explain how can we load multiple tables in to dataset?
What are the classes in System.Data.Common Namespace?
What are the data providers used in ado.net
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is bubbled event?
What are the different execute methods of Ado.Net?
What is typed dataset ?
What is the difference between oledb sql server and oledbdotnet provider?
What is microsoft ado?