-
Between - property between the two given values.
Contains - property contains the string "value".
Equal To - property equal to the given value.
Create a filter for sorting and filtering lists of entities locally without
going back to the database.
Create a filter for sorting and filtering lists of entities locally without
going back to the database.
Greater Than or Equal to - property greater than or equal to the given
value.
Greater Than - property greater than the given value.
Case insensitive Contains.
Case insensitive Ends With.
Case Insensitive Equal To.
In - property has a value contained in the set of values.
Is Not Null - property is not null.
Is Null - property is null.
Case insensitive Starts With.
Less Than or Equal to - property less than or equal to the given value.
Less Than - property less than the given value.
Specify the maximum number of rows/elements to return.
Not Equal To - property not equal to the given value.