예제 #1
0
 public IEnumerable <V> GetDistinct <V>(Expression <Func <T, V> > fieldGetter)
 {
     return(aggs.GetDistinct(fieldGetter));
 }