Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
Translate:
!document.F.In(values)
|
to:
{ F : { $nin : [values] } }
|
instead of:
{ F : { $not : { $in : [values] } } }
|
and similarly for logical negation of `$nin`
Attachments
Issue Links
- is depended on by
-
CSHARP-3473 LINQ3: Get PredicateTranslatorTests to pass
-
- Closed
-
- is related to
-
CSHARP-3478 LINQ3: Simplify translations for logical negation
-
- Closed
-