public static Clause <T> Select <TSrc, T>(this Clause <TSrc> before, AsteriskElement <T> asterisk) { throw new InvalitContextException(nameof(Select)); }
public static Clause <T> Select <T>(AsteriskElement <T> asterisk) { throw new InvalitContextException(nameof(Select)); }
public static Clause <T> Select <T>(AggregatePredicateElement predicate, AsteriskElement <T> asterisk) { throw new InvalitContextException(nameof(Select)); }
public static Clause <Non> Select <TSrc>(this Clause <TSrc> before, AggregatePredicateElement predicate, AsteriskElement asterisk) { throw new InvalitContextException(nameof(Select)); }
public static int Count(AggregatePredicateElement aggregatePredicate, AsteriskElement asterisk) { throw new InvalitContextException(nameof(Count)); }
public static int Count(AsteriskElement asterisk) { throw new InvalitContextException(nameof(Count)); }