SortingColumn Constructors
Represents a sorting column in a query.| Name | Parameters | Description |
|---|---|---|
| SortingColumn() | none | Initializes a new SortingColumn class with default settings. |
| SortingColumn(CriteriaOperator, SortingDirection) | property, direction | Initializes a new instance of the SortingColumn class with the specified property and sort direction. |
| SortingColumn(String, String, SortingDirection) | columnName, nodeAlias, direction | Initializes a new instance of the SortingColumn class with the specified settings. |
See Also