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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

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