Struct ColumnSort
A combination of Column and SortDirection for data sorting.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public struct ColumnSort
Fields
| Name | Description |
|---|---|
| Column | Gets the column. |
| Direction | Gets the sort direction. |
Operators
| Name | Description |
|---|---|
| Implicit(Column to ColumnSort) | Implicitly converts a column into ColumnSort, with Unspecified direction. |