Why is my where condition in Linq query not working properly?

前端 未结 0 1507

I have a linq query where i have the following where condition:

where obj.DATUMREAL == date && (real == 2 ? true : (obj.ZAPKONC == null ? 0 : ((bool)o         


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