LINQ query has bad performance while putting .ToArray() inside from/in

前端 未结 0 871
-上瘾入骨i
-上瘾入骨i 2021-01-11 23:27
// the following approach takes sooooooo long
var result = (
    from t in (
        from a in ctx.t1
        from b in ctx.t2
        where a.id == b.id
        sel         


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