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

Assembly: redb.Core.dll

Grouping with aggregations.
Pro version receives FilterExpression directly for proper SQL compilation.

public virtual IRedbGroupedQueryable<TKey, TProps> GroupBy<TKey>(Expression<Func<TProps, TKey>> keySelector)