Description
Returns
the names of all family query EntityDefs. Currently returns the same
value as the GetEntityDefFamilyNames method.
Syntaxe
VBScript
session.GetQueryEntityDefFamilyNames
Perl
$session->GetQueryEntityDefFamilyNames();
- 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
that can be used in a query.
For Perl, a reference
to an array of strings is returned.