-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The following expressions:
f.Any(i => a.Contains(i)) a.Any(i => f.Contains(i))
where f is an array field and a is an array constant value both should be translated to:
{ f : { $in : a } }
- is depended on by
-
CSHARP-3354 LINQ3: Get PredicateTranslatorValidationTests to pass
-
- Closed
-