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