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.

Remarque : The correct name of this method is different for Perl. See the syntax below.

Syntaxe

VBScript

session.GetEntityDefFamilyName(entitydefName)

Perl

$session->GetEntityDefFamily(entitydefName);
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
entitydefName
A String containing the name of an EntityDef object.
Valeur renvoyée
The requested EntityDef object.

Commentaires en retour