Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
1.10
-
None
Description
Add support for LINQ queries like:
var query1 = from c in collection.AsQueryable<C>()
|
where c.A.Any(a => (a % 2) == 0 && a > 2)
|
select c;
|
where c.A is an integer array.
Attachments
Issue Links
- is related to
-
CSHARP-413 Add support for Enumerable.Any in LINQ queries
-
- Closed
-