IsNull and nullable types in LINQ

前端 未结 2 508
遇见更好的自我
遇见更好的自我 2021-01-28 16:10

I am trying to convert the following line of SQL to LINQ code :

AND IsNull(Deleted,0) = 0

I have tried by doing this :

&&a         


        
2条回答
提交回复
热议问题