Class QuerySortCondition
- Namespace
- Datafication.Server.Core.Models
- Assembly
- Datafication.Server.Core.dll
Represents a sort condition for DataBlock queries.
public class QuerySortCondition
- Inheritance
-
objectQuerySortCondition
Properties
Column
Gets or sets the column name to sort by.
public string Column { get; set; }
Property Value
- string
Direction
Gets or sets the sort direction. Supported values: asc, desc (default: asc)
public string Direction { get; set; }
Property Value
- string