List of SelectionCriterion methods
Jump to navigation
Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
The following are the available SelectionCriterion class methods.
Method | Description |
---|---|
And | Matches an item if it meets the list of criteria |
Eq | Matches an item if it is equal to another item |
False | Does not match any item |
Ge | Matches an item if it is greater than or equal to another item |
Gt | Matches an item if greater than another item |
IsNotNull | Matches an item if it is not null |
IsNull | Matches an item if it is null |
Le | Matches an item if it is less than or equal to another item |
Lt | Matches an item if it is less than another item |
Ne | Matches an item if not equal to another item |
Not | Matches an item if it does not meet the criterion |
Or | Matches an item if it meets one of the listed criteria |
True | Matches any item |