Show / Hide Table of Contents

Class ComparePredicate

比较谓词基类

Inheritance
System.Object
BasePredicate
ComparePredicate
FieldPredicate<T>
PropertyPredicate<T, T2>
Inherited Members
BasePredicate.GetSql(ISqlGenerator, IDictionary<String, Object>)
BasePredicate.PropertyName
BasePredicate.GetColumnName(Type, ISqlGenerator, String)
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public abstract class ComparePredicate : BasePredicate, IBasePredicate, IPredicate

Properties

| Improve this Doc View Source

Not

比较类型是否逻辑非

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

Operator

比较操作类型

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

Methods

| Improve this Doc View Source

GetOperatorString()

获取比较操作类型的SQL片段

Declaration
public virtual string GetOperatorString()
Returns
Type Description
System.String

SQL片段

Extension Methods

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