public static SqlExpression MathAsin( [Type(typeof(double))] SqlExpression d) { return(SqlDml.Asin(d)); }