IMetabaseObject.IsDirty

Syntax

IsDirty: Boolean;

Description

The IsDirty property returns whether there are changes in a structure of repository object within current connection with DB server.

Comments

The property returns True if there are changes, otherwise - False.

See also:

IMetabaseObject