GroupBy entity subquery
Open
area-groupby
area-query
blocked
ef6-parity
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Variation of #17653
```C#
customers.GroupBy(c => c.Orders.OrderBy(o => o.OrderDate).FirstOrDefault())
```
This requires pushing the entity subquery in projection and using it.
Contributor guide
Assessment
This issue has not been assessed yet.