FilterHelper Properties |
The FilterHelper type exposes the following members.
Name | Description | |
---|---|---|
And | Gets the FilterKeyword AND conjunction keyword descriptor. | |
Between | Gets the FilterKeyword BETWEEN conjunction keyword descriptor. | |
Keywords |
Gets the FilterKeyword keyword collection.
| |
MillionsSymbol | Gets the localized millions symbol ("m" in English). | |
Not | Gets the FilterKeyword negation keyword descriptor. | |
Null |
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.
| |
Or | Gets the FilterKeyword OR conjunction keyword descriptor. | |
Periods |
Gets the collection of localized TimePeriod objects.
| |
ThousandsSymbol | Gets the localized thousands symbol ("k" in English). |