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

Provide API to turn LINQ expression into MQL

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

      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@mongodb.com Robert Stam
            Reporter:
            damien.guard@mongodb.com Damien Guard
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: