GetEntityElements Method

Summary

Returns the element keys for the specified entity.

Syntax
C#
VB
C++
public virtual string[] GetEntityElements( 
   string entityKey 
) 
  
Public Overridable Function GetEntityElements( _ 
   ByVal entityKey As String _ 
) As String() 
public: 
virtual array<String^>^ GetEntityElements(  
   String^ entityKey 
)  

Parameters

entityKey
The entity key System.String whose element keys will be returned.

Return Value

An array of System.String for all the element keys for an entity in the catalog.

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