LINQ Inner-Join vs Left-Join

前端 未结 6 1116
轮回少年
轮回少年 2020-11-27 13:36

Using extension syntax I\'m trying to create a left-join using LINQ on two lists that I have. The following is from the Microsoft help but I\'ve modified it to show that the

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 14:19

    Here's a good blog post that's just been posted by Fabrice (author of LINQ in Action) which covers the material in the question that I asked. I'm putting it here for reference as readers of the question will find this useful.

    Converting LINQ queries from query syntax to method/operator syntax

提交回复
热议问题