Share via


ColumnState.SortPriority Field

Definition

Sort priority for the column.

public: initonly int SortPriority;
initonly int SortPriority;
public readonly int SortPriority;
val mutable SortPriority : int
Public ReadOnly SortPriority As Integer 

Field Value

Remarks

A priority of 0 means the table is not sorted using this column.

If more than one column has a priority > 0, then the table sorted by chaining the columns together in priority order (e.g. if two rows are equal according to the column with a priority of 1, then the two rows are compared using the column with a priority of 2, etc.).

Applies to