-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add new keyword "leftjoin" to make LINQ more readable #508
Comments
This is a duplicate of #361. |
@jnm2 I'm using ```cs instead of ```c#. Easier to type with one hand ;-) |
Anyone wanting this MUST go to #361 and click both the up arrow and thumbs up just below the last item for your vote to be counted: Yes... it looks like you're voting for the comment... which is against the idea... but you're actually voting for the idea. You can read the discussion around that in the comments. |
LINQ is amazing, but only if I don't need to do left / right outer join, the solution to use the DefaultIfEmpty() method looks weird.
I wish if C# could extend it keywords to add "leftjoin", "rightjoin" so that I can simply code as following:
The text was updated successfully, but these errors were encountered: