Interface IExistsPredicate
表示是否存在的谓词接口
Inherited Members
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IExistsPredicate : IPredicate
Properties
| Improve this Doc View SourceNot
比较类型是否逻辑非
Declaration
bool Not { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Predicate
子谓词
Declaration
IPredicate Predicate { get; set; }
Property Value
Type | Description |
---|---|
IPredicate |