Class Sort
排序条件
Inheritance
System.Object
Sort
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public class Sort : object, ISort
Properties
| Improve this Doc View SourceAscending
是否升序
Declaration
public bool Ascending { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
| Improve this Doc View SourcePropertyName
排序属性名
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |