Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.M1
-
None
-
None
Description
Overlooked Property.nin method for NOT IN. Will need to make it symmetrical with these 2 IN methods:
Expression in(E firstValue, E... moreValues)
Expression in(Collection<E> values)