GetEntityDefFamily
Description
Returns the named family EntityDef object.
Returns a valid object
if entitydefName corresponds to a family. This method is convenient if you
expect the record type to belong to a family. Otherwise, see the IsFamily method.
Syntax
Perl
$session->GetEntityDefFamily(entitydefName);
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- entitydefName
- A String containing the name of an EntityDef object.
- Return value
- The requested EntityDef object.