Uploaded image for project: 'Entity Framework'
  1. Entity Framework
  2. EF-76

Select projection rewriting

    • Type: Icon: New Feature New Feature
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None

      Right now many types of final-select are not supported because the LINQ v3 provider does not support them.

      In order to more broadly support:

      • Anonymous projections
      • Object constructors
      • Constructor methods/factories
      • Tuples

      We should rewrite the final select projection in order to turn it into a simple anonymous projection for the V3 provider.

      There may be additional work in making sure the anonymous projected results are passed correctly into the shaper in order to correctly access all the entity references (including full).

            Assignee:
            damien.guard@mongodb.com Damien Guard
            Reporter:
            damien.guard@mongodb.com Damien Guard
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: