GetEntityDefOrFamily
Description
Returns the named EntityDef object. An EntityDef Family is a special kind of EntityDef.
Syntax
Perl
$session->GetEntityDefOrFamily(name);
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- name
- A String containing the name of an EntityDef object.
- Return value
- The requested EntityDef object.