Take() after GroupJoin() forces client-side evaluation #14490
Labels
area-query
closed-out-of-scope
This is not something that will be fixed/implemented and the issue is closed.
customer-reported
type-enhancement
The below example code results in client-side evaluation of the "take" operation. It works if I move the "take" before the GroupJoin.
In my head the SQL query would be the same in either case (the joined rows should not affect the count/order of the parent rows, after all), so I would expect Take to work on both sides of the GroupJoin.
Steps to reproduce
Further technical details
EF Core version: 2.2.1
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10 1809
IDE: Visual Studio 2017 15.9.5
The text was updated successfully, but these errors were encountered: