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