OnUpdateObject(Update: IMetabaseUpdate; CurrentNode: IMetabaseUpdateNode; Var Skip: Boolean);
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.
The OnUpdateObject method implements an event that appears occurs right before updating of repository object that corresponds to the CurrentNode update object.
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.
The property use is given in the example for IMetabaseUpdateUserEvents.OnAskConstraintsHandling.
See also: