April 2003
Beginner to intermediate
620 pages
21h 48m
English
The Copy( )
method creates a new DataTable with the same
structure and data as the original. The following example uses the
Copy( ) method to create a new
DataTable:
// create a DataTable object variable to receive the copy DataTable copyDt; copyDt = dt.Copy();
Read now
Unlock full access