GetEntityDefFamilyNames
Description
Returns an array that contains the names of all family EntityDefs in the schema repository. Provides support for multitype queries.
Syntax
VBScript
session.GetEntityDefFamilyNames
Perl
$session->GetEntityDefFamilyNames
();
- 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 (record type).
For Perl, returns a reference to an array of strings containing the requested EntityDef names.