Clone Method
Summary
Copies the structure of the ItemsInfo, including all DataTable schemas, relations, and constraints. Does not copy any data
Syntax
[DebuggerNonUserCodeAttribute()]
public override DataSet Clone()
<DebuggerNonUserCodeAttribute()>
Public Overrides Function Clone() As DataSet
public:
[DebuggerNonUserCodeAttribute]
virtual DataSet^ Clone() override
Return Value
A new ItemsInfo with the same schema as the current ItemsInfo, but none of the data.