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