IMetabaseUpdateLogRecord.HasOnResolve

Syntax

HasOnResolve: Boolean;

Description

The HasOnResolve property returns whether there is a conflict related to dependencies of update object from source repository object, which are absent in the destination repository.

Comments

If the property returns True, the conflict can be handled in the OnResolve property.

Example

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

See also:

IMetabaseUpdateLogRecord