Fully support right outer joins #35367
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
LeftJoin and RightJoin are being introduced into .NET 10 (dotnet/runtime#110292); support for the new LeftJoin operator in EF is tracked by #12793. For RightJoin, we should eventually implement actual support for it (i.e. translate LINQ RightJoin to SQL RIGHT JOIN). However, until that's done, we can provide a default implementation that simply transforms RightJoin to LeftJoin (that would be #35452).
The text was updated successfully, but these errors were encountered: