IMetabaseUpdate.ApplyEx

Fore Syntax

ApplyEx(Progress: IMetabaseUpdateProgress; Context: IMetabaseUpdateContext);

Fore.NET Syntax

ApplyEx(Progress: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateProgress; Context: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateContext);

Parameters

Progress. The object implementing events, appearing on update.

Context. Additional settings of the update object.

Description

The ApplyEx method updates the repository objects using the additional settings.

Comments

The ApplyEx method is used to update the repository objects considering settings determined by methods of the IMetabaseUpdateContext interface.

If the Context parameter is set to Null, the update will be performed without considering additional settings.

Example

The example of use is given in description of the IMetabaseUpdateContext.RegisterIdChange method.

See also:

IMetabaseUpdate | IMetabaseUpdate.Apply