Differences between dataset.clone and dataset.copy?
Answers were Sorted based on User's Feedback
Answer / satyambabu
dataset.clone:-it only copies structures doesnot copydata.
dataset.copy:copies structures and data.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
What is ole word?
what is sql Injection?
Which database is the ado.net?
Explain the overview of ado.net architecture?
How to get the new oledb connection of oracle in database programming?
How do we invoke queries from the application ?
Is bulk insert faster than insert?
Explain the basic use of "dataview" and explain its methods.
What is defaultview in datatable?
What are all the classes that are available in System.Data Namespace?
What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?
What is the advantage of ado.net?