←Select platform

Clone Method

Summary

Copies the structure of the DicomEventLogDataSet, 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 DicomEventLogDataSet, 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.Logging.DataAccessLayer Assembly