←Select platform

Items Property

Summary

Returns a Dictionary of items that can be used to associate an entity name with the user defined class associated with that entity

Syntax
C#
VB
C++
public static Dictionary<string, Type> Items { get; } 
Public Shared ReadOnly Property Items() As System.Collections.Generic.Dictionary(Of String, System.Type) 
   Get 
public:  
   static property System::Collections::Generic::Dictionary<String^, System::Type^>^ Items 
   { 
      System::Collections::Generic::Dictionary<String^, System::Type^>^ get() 
   } 

Property Value

A Dictionary of items that can be used to associate an entity name with the user defined class associated with that entity

Remarks

For more information, refer to AddItem and LEAD Medical Storage Server Custom Database.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly