IMetabaseUpdateUserEvents.OnBeginUpdate

Syntax

OnBeginUpdate(Update: IMetabaseUpdate);

Parameters

Update. Update applied to the current repository.

Description

The OnBeginUpdate method implements an event that occurs before updating.

Comments

This event can be used to determine update options and settings of flags values, in accordance with which updated objects are chosen.

Example

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

See also:

IMetabaseUpdateUserEvents