IMetabaseUpdateLogRecord.HasConflicts

Syntax

HasConflicts: Boolean;

Description

The HasConflicts property returns whether there is a conflict on determining object correspondence in update and repository.

Comments

The property returns True if object type in update does not correspond to object type in repository.

Example

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

See also:

IMetabaseUpdateLogRecord