IMetabaseUpdateObjectNode.ForceKeepId

Syntax

ForceKeepId: Boolean;

Description

The ForceKeepId property determines whether the identifier change is canceled when updating existing objects.

Comments

The property is set to False by default, and during the update the object will be assigned the identifier that is assigned for the respective object in the update.

If the property is set to True, during the update the object identifier in the repository will not change irrespective of which identifier the corresponding repository object contains.

This property overwrites the ForceUniqueId property action.

See also:

IMetabaseUpdateObjectNode