Tables Property

Summary
Gets the collection of tables contained in the DicomEventLogDataSet.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DataTableCollection Tables { get; } 
  
Public ReadOnly Property Tables As DataTableCollection 
public: 
property DataTableCollection^ Tables { 
   DataTableCollection^ get(); 
} 

Property Value

The System.Data.DataTableCollection contained by this DicomEventLogDataSet. An empty collection is returned if no DataTable objects exist.

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.Logging.DataAccessLayer Assembly

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