←Select platform

GetEntityElements Method (ICatalog)

Summary

Returns the elements keys for the specified entity.

Syntax

C#
VB
C++
string[] GetEntityElements(  
   string entityKey 
) 
Function GetEntityElements( _ 
   ByVal entityKey As String _ 
) As String() 
array<String^>^ GetEntityElements(  
   String^ entityKey 
) 

Parameters

entityKey
The entity key System.String which elements keys will be returned.

Return Value

An array of System.String objects for all the elements 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.DataAccessLayer Assembly
Click or drag to resize