Support LINQ3 in the MongoDB Driver #342
Labels
affects-querying
Query-related issue
enhancement
Enhancements & features
moderate-change
Moderate changes required
With the 2.19.0 version of the MongoDB driver (in #337) comes a new internal implementation of the LINQ provider. Due to the low level way part of the queryable system needs to hook into the driver, there will need to be changes to
MongoFrameworkQueryableProvider
to support LINQ3.One of the biggest benefits with LINQ3 is the
AppendStage
queryable extension, allowing for a customPipelineStageDefinition
to be appended to the current expression which is super useful for more advanced forms of query construction. This will allow removal of the "PreStage" inMongoFrameworkQueryableProvider
which was used by aSearchGeo
LINQ extension in MongoFramework.With LINQ3, the two biggest questions look around the following:
The text was updated successfully, but these errors were encountered: