-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.10
-
Component/s: Linq
-
None
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.
- is related to
-
CSHARP-413 Add support for Enumerable.Any in LINQ queries
- Closed