SqlClient\Query\SqlMethodCallConverter.cs (12)
1984return this.CreateFunctionCallStatic1(typeof(double), "ACOS", mc.Arguments, source);
1989return this.CreateFunctionCallStatic1(typeof(double), "ASIN", mc.Arguments, source);
1994return this.CreateFunctionCallStatic1(typeof(double), "ATAN", mc.Arguments, source);
2009return this.CreateFunctionCallStatic1(mc.Arguments[0].ClrType, "CEILING", mc.Arguments, source);
2014return this.CreateFunctionCallStatic1(typeof(double), "COS", mc.Arguments, source);
2029return this.CreateFunctionCallStatic1(typeof(double), "EXP", mc.Arguments, source);
2034return this.CreateFunctionCallStatic1(mc.Arguments[0].ClrType, "FLOOR", mc.Arguments, source);
2040return this.CreateFunctionCallStatic1(typeof(double), "LOG", mc.Arguments, source);
2051return this.CreateFunctionCallStatic1(typeof(double), "LOG10", mc.Arguments, source);
2120return this.CreateFunctionCallStatic1(typeof(double), "SIN", mc.Arguments, source);
2134return this.CreateFunctionCallStatic1(typeof(double), "SQRT", mc.Arguments, source);
2139return this.CreateFunctionCallStatic1(typeof(double), "TAN", mc.Arguments, source);