Interface ISort
表示排序条件的接口
Namespace: DapperDal.Predicate
Assembly: DapperDal.dll
Syntax
public interface ISort
Properties
| Improve this Doc View SourceAscending
是否升序
Declaration
bool Ascending { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PropertyName
排序属性名
Declaration
string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |