Example #1
0
 public StatsAggregate GetStats(Expression <Func <T, object> > fieldGetter)
 {
     return(aggs.GetStats(fieldGetter));
 }