←Select platform

CatalogKey Property

Summary

Gets the catalog entity key used to map the physical table name from the catalog.

Syntax
C#
VB
C++
public override string CatalogKey { get; } 
Public Overrides ReadOnly Property CatalogKey() As String 
   Get 
public:  
   virtual property String^ CatalogKey 
   { 
      String^ get() override 
   } 

Property Value

A System.String representing the key of the entity in the catalog.

Remarks

The catalog key returned by this property is the default name for the XML catalog Storage table.

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