Clone Method

Summary
Copies the structure of the MWLDataset, including all DataTable schemas, relations, and constraints. Does not copy any data.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public override DataSet Clone() 
  
<DebuggerNonUserCodeAttribute()> 
Public Overrides Function Clone() As DataSet 
[DebuggerNonUserCodeAttribute()] 
public: 
DataSet^ Clone(); override  

Return Value

A new System.Data.DataSet with the same schema as the current MWLDataset, but none of the data.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.