LINQ generates unexpected SQL

后端 未结 0 1880
攒了一身酷
攒了一身酷 2021-02-02 11:36

I\'m new in .netcore and probably don\'t understand nature of LINQ well. Trying to filter Oracle table using LINQ

var rows = TableLoan.Where(x => 
  x.OfficeId         


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