Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overrides Public Function Clone() As DataTable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.OtherStudyNumbersDataTable 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.OtherStudyNumbersDataTable object.No CompositeInstanceDataSet.OtherStudyNumbersRow will be copied from the CompositeInstanceDataSet.OtherStudyNumbersDataTable to the new CompositeInstanceDataSet.OtherStudyNumbersDataTable
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7