Show / Hide Table of Contents

Interface IPredicateGroup

表示谓词组的接口

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

Properties

| Improve this Doc View Source

Operator

谓词之间组合的操作类型

Declaration
GroupOperator Operator { get; set; }
Property Value
Type Description
GroupOperator
| Improve this Doc View Source

Predicates

谓词组

Declaration
IList<IPredicate> Predicates { get; set; }
Property Value
Type Description
IList<IPredicate>

Extension Methods

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