Interface IBetweenPredicate
表示属性在两者之间的谓词接口
Inherited Members
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IBetweenPredicate : IPredicate
Properties
| Improve this Doc View SourceNot
比较类型是否逻辑非
Declaration
bool Not { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PropertyName
属性名
Declaration
string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
起始值、结束值
Declaration
BetweenValues Value { get; set; }
Property Value
Type | Description |
---|---|
BetweenValues |