| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Overrides Public Function Clone() As DataTable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CompositeInstanceDataSet.SeriesDataTable Dim value As DataTable value = instance.Clone() | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public override DataTable Clone() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: DataTable^ Clone(); override | |
Return Value
The new CompositeInstanceDataSet.SeriesDataTable object.No CompositeInstanceDataSet.SeriesRow will be copied from the CompositeInstanceDataSet.SeriesDataTable to the new CompositeInstanceDataSet.SeriesDataTable
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code