List of SelectionCriterion methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 31: | Line 31: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category: | [[Category:Lists of methods]] |
Latest revision as of 20:33, 1 November 2011
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 |