-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
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).
- is depended on by
-
EF-75 Exception on any arithmetic operation in projection
- Closed
-
EF-78 Aggregate operations within projections
- Backlog
- is related to
-
CSHARP-4763 Consider supporting client side projections with Find and Select in LINQ3
- Closed