Ejemplo n.º 1
0
 public static Clause <T> Select <T>(AggregatePredicateElement predicate, T selected)
 {
     throw new InvalitContextException(nameof(Select));
 }
Ejemplo n.º 2
0
 public static Clause <T> Select <TSrc, T>(this Clause <TSrc> before, AggregatePredicateElement predicate, AsteriskElement <T> asterisk)
 {
     throw new InvalitContextException(nameof(Select));
 }
Ejemplo n.º 3
0
 public static Clause <Non> Select(AggregatePredicateElement predicate, AsteriskElement asterisk)
 {
     throw new InvalitContextException(nameof(Select));
 }
Ejemplo n.º 4
0
 public static int Count(AggregatePredicateElement aggregatePredicate, AsteriskElement asterisk)
 {
     throw new InvalitContextException(nameof(Count));
 }
Ejemplo n.º 5
0
 public static int Count(AggregatePredicateElement aggregatePredicate, object column)
 {
     throw new InvalitContextException(nameof(Count));
 }
Ejemplo n.º 6
0
 public static T Sum <T>(AggregatePredicateElement aggregatePredicate, T column)
 {
     throw new InvalitContextException(nameof(Sum));
 }