Method OrderBy<TKey>(Expression<Func<TProps, TKey>>)

Assembly: redb.Core.dll

Sort within window by Props field (ascending).

public IWindowSpec<TProps> OrderBy<TKey>(Expression<Func<TProps, TKey>> keySelector)