Constructor OrderingExpression(PropertyInfo, SortDirection, ValueExpression?)
Sorting information.
Supports simple property sorting and complex expressions (arithmetic, functions).
public OrderingExpression(PropertyInfo Property, SortDirection Direction, ValueExpression? Expression = null)