Method Min<TKey, TProps, TValue>(IRedbGrouping<TKey, TProps>, Expression<Func<TProps, TValue>>)

Assembly: redb.Core.dll

Minimum in a group: Agg.Min(g, x => x.Price)

public static TValue Min<TKey, TProps, TValue>(IRedbGrouping<TKey, TProps> group, Expression<Func<TProps, TValue>> selector) where TProps : class, new()