| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Overrides Public Function Clone() As DataTable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MWLDataset.ScheduledStationNamesDataTable Dim value As DataTable value = instance.Clone() | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public override DataTable Clone() | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: DataTable^ Clone(); override | |
Return Value
The new MWLDataset.ScheduledStationNamesDataTable object.No MWLDataset.ScheduledStationNamesRow will be copied from the MWLDataset.ScheduledStationNamesDataTable to the new MWLDataset.ScheduledStationNamesDataTable
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