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

Extend support for Enumerable.Any with predicate in LINQ queries

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • None
    • 1.10
    • Linq
    • 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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: