Returns the name of an entity based on its key.
'Declaration
Function GetEntityName( _
ByVal As String _
) As String
'Usage
Dim instance As ICatalog
Dim entityKey As String
Dim value As String
value = instance.GetEntityName(entityKey)
Parameters
- entityKey
- The entity key System.String for which the name will be returned.
Return Value
A
System.String representing the name of the entity.
For an example of using the CatalogFactory refer to the Event Log Viewer utility in the "Leadtools.Medical.Winforms" project.