Click or drag to resize
FieldAscending Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the sort direction for this field

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Ascending { get; set; }

Property Value

Type: Boolean
True if this field is sorted ascending, else false

Return Value

Type: Boolean
True if this field is sorted ascending, else false
Remarks