GetEntityDefFamilyNames

Description

Returns an array that contains the names of all family EntityDefs in the schema repository. Provides support for multitype queries.

Syntaxe

VBScript

session.GetEntityDefFamilyNames 

Perl

$session->GetEntityDefFamilyNames(); 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Valeur de retour
For Visual Basic, a Variant containing an Array of Strings is returned. Each String contains the name of an EntityDef (record type).

For Perl, returns a reference to an array of strings containing the requested EntityDef names.


Feedback