Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-1325

Extend support for Enumerable.Any with predicate in LINQ queries

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.10
    • Component/s: Linq
    • Labels:
      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.

            Assignee:
            Unassigned Unassigned
            Reporter:
            afaganga Luís Ferreira
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: