Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSet::Clone Method ()

 

Copies the structure of the DataSet, including all DataTable schemas, relations, and constraints. Does not copy any data.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
virtual DataSet^ Clone()

Return Value

Type: System.Data::DataSet^

A new DataSet with the same schema as the current DataSet, but none of the data.

System_CAPS_noteNote

If these classes have been subclassed, the clone will also be of the same subclasses.

The following example creates a clone of a DataSet object's schema.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft