FilterAll Method (FilterBase)
Filters data series. You should implement it if you want to filter in this way for all data series changes. Override append, update, insert, remove methods to optimize filtering.
Syntax
public abstract void FilterAll()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also