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.

Syntax

VBScript

querydef.IsDirty 

Perl

$querydef->GetIsDirty(); 
Identifier
Description
querydef
A QueryDef object.
Return value
True if the query has changed, otherwise False.