GetEntityDefFamilyName
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.
Note: The correct name of this method is different
for Perl. See the syntax below.
Syntax
VBScript
session.GetEntityDefFamilyName(entitydefName)
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.