Show / Hide Table of Contents

Interface IComparePredicate

表示比较的谓词接口

Inherited Members
IBasePredicate.PropertyName
IPredicate.GetSql(ISqlGenerator, IDictionary<String, Object>)
Namespace: DapperDal.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

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