LINQ join into group

preview_player
Показать описание
Shows an example of LINQ group join vs. join clause. By having into follow a join, C# LINQ will call GroupJoin() which we will see shortly.
Рекомендации по теме
Комментарии
Автор

What happens if you have let's say 2 joins with a group c by new { a, b} into g?, how can you make that disappear?

rodrigo
Автор

Many Thanks from Bulgaria.

I am noticing that this group join is more of a left join. It brings entities from the left table (usually the parent one) even if they do no have matches in the right table.

Or am I getting something wrong ??

iliashterev
join shbcf.ru