IMetabaseUpdateObjectNode.ForceKeepId

Fore Syntax

ForceKeepId: Boolean;

Fore.NET Syntax

ForceKeepId: Boolean;

Description

The ForceKeepId property indicated whether the identifier change is cancelled when updating existing objects.

Comments

By default the property is set to False, 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 won't be changed irrespectively to which identifier the corresponding repository object contains.

This property overwrites the ForceUniqueId property action.

See also:

IMetabaseUpdateObjectNode