Ejemplo n.º 1
0
 public static int Count_Big(AggregatePredicateBase aggregatePredicate, object expression)
 {
     throw new InvalitContextException(nameof(Count_Big));
 }
Ejemplo n.º 2
0
 public static int Count(AggregatePredicateBase aggregatePredicate, AsteriskBase asterisk)
 {
     throw new InvalitContextException(nameof(Count));
 }
Ejemplo n.º 3
0
 public static T Sum <T>(AggregatePredicateBase aggregatePredicate, T expression)
 {
     throw new InvalitContextException(nameof(Sum));
 }
Ejemplo n.º 4
0
 public static double VarP(AggregatePredicateBase aggregatePredicate, object expression)
 {
     throw new InvalitContextException(nameof(VarP));
 }