Show / Hide Table of Contents

Class Sort

排序条件

Inheritance
System.Object
Sort
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public class Sort : object, ISort

Properties

| Improve this Doc View Source

Ascending

是否升序

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

PropertyName

排序属性名

Declaration
public string PropertyName { get; set; }
Property Value
Type Description
System.String
Implements
ISort.PropertyName

Extension Methods

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