Method Clone
| Improve this Doc View SourceClone()
Clones this DataSet.
Declaration
public DataSet<T> Clone()
Returns
| Type | Description |
|---|---|
| DataSet<T> | The cloned new DataSet. |
Clones this DataSet.
public DataSet<T> Clone()
| Type | Description |
|---|---|
| DataSet<T> | The cloned new DataSet. |