Why does join not work with let clause storing IEnumerable

后端 未结 0 385
执笔经年
执笔经年 2021-02-04 07:41

The following code works fine in Linq, when I join the tables using the where clause

var result =
    from dist in distributors
    let mainDistributorStates = ne         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题