IInMemManager.CheckHasDimension

Syntax

CheckHasDimension(DimensionObj: IMetabaseObject): Boolean;

Parameters

DimensionObj. Repository dictionary.

Description

The CheckHasDimension method checks if there is cached data for the specified repository dictionary.

Comments

The method returns True if cache contains cached dictionary data, and False if the dictionary is not yet cached. Use the PrepareDimension method for caching.

Example

The example of use is given in description of the IInMemManager.GetDimension method.

See also:

IInMemManager