ICubeCacheSaver.CheckSelection

Syntax

CheckSelection: Boolean;

Description

The CheckSelection property determines whether to check the selection, by which cache is saved.

Comments

The property value is used on building a matrix with cube data.

The property is set to False by default, the current selection, by which matrix is built and the selection, by which cache is saved, are not checked. If the property is set to True, selections are compared on building a matrix. If the selections differ, data is loaded not from cache but from the database, which stores cube data.

See also:

ICubeCacheSaver