IMetabaseManager.CleanMetadataCacheForMb

Syntax

CleanMetadataCacheForMb(Metabase: IMetabaseDefinition);

Parameters

Metabase. Description of the repository, in which system table cache should be reset.

Description

The CleanMetadataCacheForMb method resets repository system table cache with the specified description.

Example

The method use is given in the example for IMetabaseManager.BuildMetadataCacheForMb.

See also:

IMetabaseManager