Differences between dataset.clone and dataset.copy?

Answers were Sorted based on User's Feedback



Differences between dataset.clone and dataset.copy?..

Answer / satyambabu

dataset.clone:-it only copies structures doesnot copydata.
dataset.copy:copies structures and data.

Is This Answer Correct ?    9 Yes 0 No

Differences between dataset.clone and dataset.copy?..

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

Post New Answer

More ADO.NET Interview Questions

What is ole word?

0 Answers  


what is sql Injection?

4 Answers   Microsoft,


Which database is the ado.net?

0 Answers  


Explain the overview of ado.net architecture?

0 Answers  


How to get the new oledb connection of oracle in database programming?

1 Answers  






How do we invoke queries from the application ?

2 Answers   ICICI, Microsoft,


Is bulk insert faster than insert?

0 Answers  


Explain the basic use of "dataview" and explain its methods.

0 Answers  


What is defaultview in datatable?

0 Answers  


What are all the classes that are available in System.Data Namespace?

0 Answers  


What happens when u try to update data in a dataset in .NET while the record is already deleted in SQL SERVER as backend?

5 Answers  


What is the advantage of ado.net?

0 Answers  


Categories