-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
Translate:
!document.F.In(values)
to:
{ F : { $nin : [values] } }
instead of:
{ F : { $not : { $in : [values] } } }
and similarly for logical negation of `$nin`
- is depended on by
-
CSHARP-3473 LINQ3: Get PredicateTranslatorTests to pass
- Closed
- is related to
-
CSHARP-3478 LINQ3: Simplify translations for logical negation
- Closed