convert this LINQ expression into Lambda

后端 未结 7 889
春和景丽
春和景丽 2020-11-29 07:56

Guys, I have a hard time converting this below linq expression(left join implementation) to lambda expression (for learning).

var result = from g in groc         


        
7条回答
  •  一向
    一向 (楼主)
    2020-11-29 08:26

    You can take a look at 101 LINQ Samples and C# 3.0 QUERY EXPRESSION TRANSLATION CHEAT SHEET

提交回复
热议问题