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.

Remarque : This method became available in version 2002.05.00.

Syntaxe

VBScript

querydef.GetPrimaryEntityDefName 

Perl

$querydef->GetPrimaryEntityDefName(); 
Identificateur
Description
querydef
A QueryDef object.
Valeur renvoyée
A String containing the name of the record type (EntityDef) for the query.

Commentaires en retour