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