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

LINQ3: Remove IMongoQueryable from Linq3 and use shared IMongoQueryable instead

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Unknown Unknown
    • 2.14.0
    • None
    • LINQ3
    • None

    Description

      Before we can implement a `UseLinq3` switch in `MongoCollectionSettings` we need the LINQ2 and LINQ3 versions of `AsQueryable` to both return the same `IMongoQueryable<T>` type (they will of course return different implementations of that interface).

      To accomplish this remove the `IMongoQueryable` interface in LINQ3 and only use one interface shared between LINQ2 and LINQ3.

      Attachments

        Activity

          People

            robert@mongodb.com Robert Stam
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: