←Select platform

Clone Method

Summary

Copies the structure of the CompositeInstanceDataSet, including all DataTable schemas, relations, and constraints. This method does not copy any data.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] 
public override DataSet Clone() 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0"),  
 DebuggerNonUserCodeAttribute()>  
Public Overrides Function Clone() As System.Data.DataSet 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   virtual System::Data::DataSet^ Clone() override 

Return Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly