Show contents 

Db > Db Assembly Interfaces > ICachedDataset > ICachedDataset.Filtered

ICachedDataset.Filtered

Syntax

Filtered: Boolean;

Description

The Filtered property determines current state of data filtering in cache.

Comments

If the property is set to True, the data is filtered by condition set in the Filter property, if False, the filtering is not performed.

Example

The property use is given in the example for ICachedDataset.Filter.

See also:

ICachedDataset