What is the difference between the clone() and copy() methods of the dataset class?



What is the difference between the clone() and copy() methods of the dataset class?..

Answer / Sandhi Goel

The Clone() method creates a shallow copy (i.e., references to the original DataTable objects are maintained), while the Copy() method creates a deep copy (i.e., new DataTable objects are created).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is a column variable?

1 Answers  


What is the use of sqldatareader class?

1 Answers  


What are the rules to implement connection pooling?

1 Answers  


What are the different row versions available?

3 Answers  


What we do with the object of ado.net dataset after using it?

1 Answers  


What is difference between executequery and executeupdate?

1 Answers  


Using Ado.net, what front ends and back ends can you use?

10 Answers  


Can we do database operations without using any of the ado.net objects?

1 Answers  


Write steps of retrieving data using ado.net ?

3 Answers   Keane India Ltd,


What is ado.net tutorial?

1 Answers  


What are the advantage of ado.net?

1 Answers  


can we execute trigger normally at the desired time?

3 Answers   Microsoft,


Categories