Constructor OrderingExpression(PropertyInfo, SortDirection, ValueExpression?)

Assembly: redb.Core.dll

Sorting information.
Supports simple property sorting and complex expressions (arithmetic, functions).

public OrderingExpression(PropertyInfo Property, SortDirection Direction, ValueExpression? Expression = null)