Description
Returns
a Bool indicating whether a field is legal to be included in a query. By default
, this is set to True.
Remarque : This method became available in version 2002.05.00.
Syntaxe
VBScript
querydef.IsFieldLegalForQuery fieldName
Perl
$querydef->IsFieldLegalForQuery(fieldName);
- Identificateur
- Description
- querydef
- A QueryDef object.
- fieldName
- A String containing the name of the field.
- Valeur renvoyée
- 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.