GetParentEntityDef
Description
Returns the EntityDef Object that is the template for the parent (original) in a pair of linked Entity objects.
Syntax
VBScript
link.GetParentEntityDef
Perl
$link->GetParentEntityDef
();
- Identifier
- Description
- link
- A Link object, which connects a parent and child Entity object to each other.
- Return value
- An EntityDef object representing the record type of the parent (original) record.