IMetabaseObjectParams.BeginUpdate

Fore Syntax

BeginUpdate;

Fore.NET Syntax

BeginUpdate(): Prognoz.Platform.Interop.Metabase.IMetabaseObjectParamsUpdate;

Description

The BeginUpdate method locks changing of repository object parameters.

Comments

To resume changing of repository object parameters, use IMetabaseObjectParamsUpdate.End.

Fore and Fore.NET Examples

The method use is given in the example for IMetabaseObjectParamsUpdate.End.

See also:

IMetabaseObjectParams