Mono Class Library: System.Data.DataTable Overview | Members

System.Data.DataTable.Clone Method

Documentation for this section has not yet been entered.

public virtual DataTable Clone ()

Returns

An empty copy of the DataTable. The new DataTable duplicates the Schema and constraints, but does not contain any of the Data from the old DataTable.

Note:

The clone will consist of the same derived classes, if any, as the original DataTable.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0