Show / Hide Table of Contents

Interface ISort

表示排序条件的接口

Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface ISort

Properties

| Improve this Doc View Source

Ascending

是否升序

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

PropertyName

排序属性名

Declaration
string PropertyName { 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