Table of Contents

Class QuerySortCondition

Namespace
Datafication.Server.Core.Models
Assembly
Datafication.Server.Core.dll

Represents a sort condition for DataBlock queries.

public class QuerySortCondition
Inheritance
object
QuerySortCondition

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