ColumnOrder Class

Represents the order of the columns to sort by

Definition

Namespace: Ensur.Core.Main
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class ColumnOrder
Inheritance
Object    ColumnOrder

Properties

ColumnName The name of the column to sort by
SortDirection The sort direction (Asc for Ascending or Desc for descending)

See Also