Left Outer Join - how to detect null?

后端 未结 0 1450
抹茶落季
抹茶落季 2020-12-23 09:29
var tt = (from m in mixed
                  join s in _dbContext.Store_Doc_StockReqItem
                  on new { m.StoreReqFileNo, m.StoreReqItemKeyID }
                   


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