C1.Data.DataSource Namespace > FilterDescriptor Class : IgnoredValue Property |
'Declaration
Public Property IgnoredValue As System.Object
public System.object IgnoredValue {get; set;}
For example, the following Value/IgnoredValue pairs will all match for an integer property and result in the filter being ignored: 0/0, 0/"0", "0"/"0", and "0"/0.
This property is set to DefaultIgnoredValue by default. The default value will only match if Value is also set to DefaultIgnoredValue.
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