Show / Hide Table of Contents

Interface IBetweenPredicate

表示属性在两者之间的谓词接口

Inherited Members
IPredicate.GetSql(ISqlGenerator, IDictionary<String, Object>)
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IBetweenPredicate : IPredicate

Properties

| Improve this Doc View Source

Not

比较类型是否逻辑非

Declaration
bool Not { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

PropertyName

属性名

Declaration
string PropertyName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

起始值、结束值

Declaration
BetweenValues Value { get; set; }
Property Value
Type Description
BetweenValues

Extension Methods

SortingExtensions.ToSortable(Object)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX