←Select platform

Clone Method

Summary

Creates a new object that is a copy of the current instance.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public override DataTable Clone() 
<DebuggerNonUserCodeAttribute()>  
Public Overrides Function Clone() As System.Data.DataTable 
public:  
   [DebuggerNonUserCodeAttribute] 
   virtual System::Data::DataTable^ Clone() override 

Return Value

A new object that is a copy of this instance.

Requirements

Target Platforms

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

Leadtools.Medical.Caching Assembly