Class SortBy
Defines a sorting rule for a property or column in a search result
Inherited Members
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public class SortBy
Properties
| Improve this Doc View SourceDirection
Direction to sort the property by -- ascending or descending
Declaration
public string Direction { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyName
Property name or column name to sort by
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
string |