ApplyEx(Progress: IMetabaseUpdateProgress; Context: IMetabaseUpdateContext);
ApplyEx(Progress: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateProgress; Context: Prognoz.Platform.Interop.Metabase.IMetabaseUpdateContext);
Progress. The object implementing events, appearing on update.
Context. Additional settings of the update object.
The ApplyEx method updates the repository objects using the additional settings.
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.
The example of use is given in description of the IMetabaseUpdateContext.RegisterIdChange method.
See also: