Click or drag to resize

FilterHelperNull Property

Gets the FilterKeyword NULL keyword. At this time the NULL keyword is specifically used for identifying null values in a picklist, for example filtering on a field with a priority picklist using filter text like "high or low or null". This is distinct from the standard null filtering outside of picklists which uses the IsNull keyword to reduce the probably of inadvertant null filtering when actually looking for normal text.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FilterKeyword Null { get; }

Property Value

Type: FilterKeyword
See Also