public override IProjection FloorMethod(FloorMethod method, Expression[] arguments) { return(new SqlFunctionProjection( "floor", NHibernateUtil.Int32, ProjectionVisitor.CreateProjection(arguments[0]) )); }
public Expression FloorMethod(FloorMethod method, LiteralExpression[] arguments) { return(NormalizeFloatingPoint(method, arguments)); }
public virtual TResult FloorMethod(FloorMethod method, Expression[] arguments) { throw new QueryNotSupportException(); }