IsDirty

Description

Returns a Boolean indicating whether the query has changed.

A QueryDef object is considered dirty if any of its fields or filters have changed since the last time it was saved.

Syntaxe

VBScript

querydef.IsDirty 

Perl

$querydef->GetIsDirty(); 
Identificateur
Description
querydef
A QueryDef object.
Valeur renvoyée
True if the query has changed, otherwise False.

Feedback