RelationalInputColumnSortPriority Property

Gets or sets the sorting priority.

Namespace:  Dundas.BI.Data.DataProviders.Tasks
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public int SortPriority { get; set; }

Property Value

Type: Int32
Remarks
The sorting priority is a positive integer. The lower the value, the higher the priority.
See Also