Wednesday 18 October 2017

Difference between DataTable.Copy() and DataTable.Clone() in C#.

In this article we will discuss about the Difference between DataTable.Copy() and DataTable.Clone().


DataTable.Copy() means it will copy Data as well as Structure of the datatable.



DataTable.Clone() means it will copy only the Structure of the datatable.


                                             

0 comments:

Post a Comment