This documentation is archived and is not being maintained.
DataTable::Copy Method
Visual Studio 2010
Copies both the structure and data for this DataTable.
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System.Data::DataTableA new DataTable with the same structure (table schemas and constraints) and data as this DataTable.
If these classes have been derived, the copy will also be of the same derived classes.
Both the Copy and the Clone methods create a new DataTable with the same structure as the original DataTable. The new DataTable created by the Copy method has the same set of DataRows as the original table, but the new DataTable created by the Clone method does not contain any DataRows.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: