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