Biegral 2020/9/4 23:43:10 2561
(1)可以用where
var a=db.表名.where(s=>s.列名==null);
(2)不为空
var b=db.xx.where(s=>s.yy!=null);