IsFieldLegalForQuery

Description

Returns a Bool indicating whether a field is legal to be included in a query. By default , this is set to True.

Note: This method became available in version 2002.05.00.

Syntax

VBScript


querydef.IsFieldLegalForQuery fieldName 

Perl


$querydef->IsFieldLegalForQuery(fieldName); 
Identifier
Description
querydef
A QueryDef object.
fieldName
A String containing the name of the field.
Return value
A Bool containing the value True if the field is legal to be included in a query, otherwise False. By default, this is set to True.