IMetabaseUpdateUserEvents.OnUpdateObject

Syntax

OnUpdateObject(Update: IMetabaseUpdate; CurrentNode: IMetabaseUpdateNode; Var Skip: Boolean);

Parameters

Update. Update applied to the current repository.

CurrentNode. Update object that will be applied to repository object.

Skip. Parameter that determines whether the object is updated.

Description

The OnUpdateObject method implements an event that appears occurs right before updating of repository object that corresponds to the CurrentNode update object.

Comments

The Skip parameter is set to False by default, and the object is updated. If the parameter is set to True, the object that corresponds to the CurrentNode object will not be updated. The object will be skipped.

Example

The property use is given in the example for IMetabaseUpdateUserEvents.OnAskConstraintsHandling.

See also:

IMetabaseUpdateUserEvents