LINQ3: Remove IMongoQueryable from Linq3 and use shared IMongoQueryable instead

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Unknown
    • 2.14.0
    • Affects Version/s: None
    • Component/s: LINQ3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Robert Stam (Inactive)
            Reporter:
            Robert Stam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: