GetEntities Method

Summary

Returns all the entity key values in the catalog.

Syntax
C#
VB
C++
public virtual string[] GetEntities() 
  
Public Overridable Function GetEntities() As String() 
public: 
virtual array<String^>^ GetEntities();  

Return Value

An array of System.String values for all of the entity keys 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