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

Linq Support For Any() extension method

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • 1.4.1
    • Affects Version/s: 1.4
    • Component/s: None
    • Labels:
      None

      Hello,
      I currently use Sam's mongo driver and it support queries such as :
      session.GetCollection<ProductSnapshot>().First(d => d.Skus.Any(s => s.SkuNumber == skuPurchased))

      Is it possible to have your driver support doing Any() on the server?
      I find myself writing this sort of query often.

      Thanks,
      Joe

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            jodomofo joe devenny
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: