Linq Left Join table with sub set of another table

后端 未结 0 1263
执笔经年
执笔经年 2021-02-02 03:21

Consider the query

var query = from A in _context.A.AsExpandable().Where(condition)
                      let B = _context.B
                      .Where(a=> a         


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