IsKeyEntityElement Method

Summary

Returns a value indicating whether an element is a key entity.

Syntax
C#
VB
C++
public bool IsKeyEntityElement( 
   string entityKey, 
   string elementKey 
) 
  
Function IsKeyEntityElement( _ 
   ByVal entityKey As String, _ 
   ByVal elementKey As String _ 
) As Boolean 
bool IsKeyEntityElement(  
   String^ entityKey, 
   String^ elementKey 
)  

Parameters

entityKey
The entity key System.String.

elementKey
The element key System.String.

Return Value

true of the element is a key entity; false otherwise.

Example

For an example of using the CatalogFactory refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.

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