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