convert this LINQ expression into Lambda

后端 未结 7 878
春和景丽
春和景丽 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

    0 讨论(0)
提交回复
热议问题