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)
Syntaxpublic int SortPriority { get; set; }Public Property SortPriority As Integer
Get
Set
public:
property int SortPriority {
int get ();
void set (int value);
}member SortPriority : int with get, set
Property Value
Type:
Int32
RemarksThe sorting priority is a positive integer. The lower the value, the higher the priority.
See Also