Db > Db Assembly Interfaces > ICachedDataset > ICachedDataset.Filtered
Filtered: Boolean;
The Filtered property determines current state of data filtering in cache.
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.
The property use is given in the example for ICachedDataset.Filter.
See also: