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

Missing support for .All() query

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Works as Designed
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Linq
    • None

    Description

      Code example : collection.AsQueryable().All(x => x.Id != null);

      Result :
      System.NotSupportedException: 'The method All is not supported in the expression tree: aggregate([]).All(x => (x.Id != null)).'

      Attachments

        Activity

          People

            robert@mongodb.com Robert Stam
            stas.dm Stas
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: