Method OrderByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)

Assembly: redb.Core.dll

Sort within window by IRedbObject base field (ascending).
Uses IRedbObject for compile-time safety - Props not visible!

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