Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal]: left join and right join query expression clauses #8947

Open
CyrusNajmabadi opened this issue Dec 29, 2024 · 0 comments
Open

[Proposal]: left join and right join query expression clauses #8947

CyrusNajmabadi opened this issue Dec 29, 2024 · 0 comments
Assignees

Comments

@CyrusNajmabadi
Copy link
Member

CyrusNajmabadi commented Dec 29, 2024

left join and right join query expression clauses

Summary

Introduce left join and right join clauses into LINQ query expression syntax, e.g.:

from student in students
left join department in departments on student.DepartmentID equals department.ID
select new { student.Name, department?.Name }

Design meetings

@dotnet dotnet locked and limited conversation to collaborators Dec 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants