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