Clone Method
Summary
Creates a new object that is a copy of the current instance.
Syntax
[DebuggerNonUserCodeAttribute()]
public override DataTable Clone()
<DebuggerNonUserCodeAttribute()>
Public Overrides Function Clone() As System.Data.DataTable
public:
[DebuggerNonUserCodeAttribute]
virtual System::Data::DataTable^ Clone() override
Return Value
A new object that is a copy of this instance.