Provide API to turn LINQ expression into MQL

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • Dotnet Drivers
    • None
    • None
    • None
    • None
    • None
    • None

      Right now the EF Core Provider has no way to specifically request MQL for a LINQ expression.

      This has caused some problems most significantly the inability for us to cache the MQL for a given query.

      Additionally it blocks two more EF features we want to implement:

      • Bulk update operations in EF9
      • Partial filter creation in CreateIndex

      Outside of EF we could also use this as a way to provide compiled queries directly in the MongoDB C# Driver.

              Assignee:
              Robert Stam
              Reporter:
              Damien Guard
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: