GetPrimaryEntityDefName
Description
Returns the primary EntityDef name for the QueryDef object. This is the name of the record type for the query.
When a QueryDef is created
with the BuildQuery
method
of the Session Object
,
you provide a primary EntityDef (record type) name.
Note: This method became
available in version 2002.05.00.
Syntax
VBScript
querydef.
GetPrimaryEntityDefName
Perl
$querydef->GetPrimaryEntityDefName
();
- Identifier
- Description
- querydef
- A QueryDef object.
- Return value
- A String containing the name of the record type (EntityDef) for the query.