Show / Hide Table of Contents

Interface ICompare​Predicate

表示比较的谓词接口

Inherited Members
IBase​Predicate.​Property​Name
IPredicate.​Get​Sql(ISql​Generator, IDictionary<String, Object>)
Namespace: Dapper​Dal.​Predicate
Assembly: DapperDal.dll
Syntax
public interface IComparePredicate : IBasePredicate, IPredicate

Properties

| Improve this Doc View Source

Not

比较类型是否逻辑非

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

Operator

比较操作类型

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

Extension Methods

Sorting​Extensions.​To​Sortable(Object)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Not
    • Operator
  • Extension Methods
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX