GetEntityDefOrFamily

Description

Returns the named EntityDef object. An EntityDef Family is a special kind of EntityDef.

Note: This method became available in version 2002.05.00.

Syntax

VBScript


session.GetEntityDefOrFamily(name) 

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.