IMetabaseUpdateLog.HasConflicts

Syntax

HasConflicts: Boolean;

Description

The HasConflicts property returns whether there are conflicts on determining correspondence between objects in update and in repository.

Comments

The property returns True if the list of object update records, which caused a conflict of correspondence of object type in update and in repository.

Example

The property use is given in the example for IMetabaseUpdateLog.IsFinished.

See also:

IMetabaseUpdateLog