Enum CalendarFilter.IntegerMatchType
Definition
- Namespace:
- Tizen.Pims.Calendar
- Assembly:
- Tizen.Pims.Calendar.dll
- API Level:
- 4
Enumeration for the filter match type of an integer.
C#Copypublic enum IntegerMatchType
Name | Description |
---|---|
Equal | '=' |
GreaterThan | '>' |
GreaterThanOrEqual | '>=' |
LessThan | < |
LessThanOrEqual | <= |
None | IS NULL. |
NotEqual | <>, this flag can yield poor performance. |