Show / Hide Table of Contents

Class GetMultiplePredicate.GetMultiplePredicateItem

表示多结果集的谓词组的项目

Inheritance
System.Object
GetMultiplePredicate.GetMultiplePredicateItem
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public class GetMultiplePredicateItem : object

Properties

| Improve this Doc View Source

Sort

排序条件列表

Declaration
public IList<ISort> Sort { get; set; }
Property Value
Type Description
IList<ISort>
| Improve this Doc View Source

Type

结果集实体类型

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

Value

谓词组值对象

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

Extension Methods

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