IPivot.FlushDataCache

Fore Syntax

FlushDataCache;

Fore.NET Syntax

FlushDataCache();

Description

The FlushDataCache method clears data cache.

Comments

This method clears a temporary data cache that is created while working with the table. The method is relevant if the UseDataCache property is set to True.

Example

The method use is given in description of the UseDataCache property.

See also:

IPivot