Description
Returns
the names of all family query EntityDefs. Currently returns the same value
as the GetEntityDefFamilyNames method.
Syntax
VBScript
session.GetQueryEntityDefFamilyNames
Perl
$session->GetQueryEntityDefFamilyNames();
- Identifier
- Description
- session
- The Session object that represents the current database-access
session.
- Return value
- 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.