Esempio n. 1
0
 public DataTable GetAggregate <T>(AggregateFuncion aggregate, string where)
 {
     return(GetAggregate <T>(new AggregateFuncion[] { aggregate }, where));
 }
Esempio n. 2
0
 public DataTable GetAggregate <T>(AggregateFuncion aggregate)
 {
     return(GetAggregate <T>(new AggregateFuncion[] { aggregate }, string.Empty));
 }