linq 中如何表达数据库查询语句中的 is null

var result = from o in this._Context.DocumentPresentationModels where Nullable<Guid>.Equals(o.ParentId,null) select o; 至关于数据库中sql查询语句 [code"] select * from KM_Document where KM_Do
相关文章
相关标签/搜索