Show / Hide Table of Contents

Interface IPropertyPredicate

表示两个属性比较的谓词接口

Inherited Members
IComparePredicate.Operator
IComparePredicate.Not
IBasePredicate.PropertyName
IPredicate.GetSql(ISqlGenerator, IDictionary<String, Object>)
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface IPropertyPredicate : IComparePredicate, IBasePredicate, IPredicate

Properties

| Improve this Doc View Source

PropertyName2

第二个属性名

Declaration
string PropertyName2 { get; set; }
Property Value
Type Description
System.String

Extension Methods

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