Method ParseOrdering<TProps, TKey>(Expression<Func<TProps, TKey>>, SortDirection)

Assembly: redb.Core.dll

Parse sorting expression (Props fields)

OrderingExpression ParseOrdering<TProps, TKey>(Expression<Func<TProps, TKey>> keySelector, SortDirection direction) where TProps : class