public override IProjection SecondMethod(SecondMethod method, Expression[] arguments) { return(DatePartMethod(method, arguments, "second")); }
public Expression SecondMethod(SecondMethod method, LiteralExpression[] arguments) { return(NormalizeDatePart(method, arguments)); }
public virtual TResult SecondMethod(SecondMethod method, Expression[] arguments) { throw new QueryNotSupportException(); }