Clone Method (PerformanceStats)
- Last UpdatedNov 06, 2025
- 1 minute read
Copies the structure of the System.Data.DataSet, including all System.Data.DataTable schemas, relations, and constraints. Does not copy any data.
'Declaration
<DebuggerNonUserCodeAttribute()>
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")>
Public Overrides Function Clone() As DataSet
[DebuggerNonUserCode()]
[GeneratedCode("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")]
public override DataSet Clone()
Return Value
A new System.Data.DataSet with the same schema as the current System.Data.DataSet, but none of the data.