←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly