adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to call the sql commands asynchronously in ado.net version 2.0?

1004


What is the current version of entity framework?

1055