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