KeyElement Property

Summary

Gets or sets a value indicating whether this CatalogElement is a key element in the ICatalogEntity.

Syntax
C#
VB
C++
public bool KeyElement { get; set; } 
  
Public Property KeyElement As Boolean 
public: 
property bool KeyElement { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the element is a key element; false otherwise (default).

Remarks

A key entity represents the unique key that identifies the ICatalogEntity. This can correspond to a primary key in a database model.

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly