Ejemplo n.º 1
0
 public static SqlExpression MathAsin(
     [Type(typeof(double))] SqlExpression d)
 {
     return(SqlDml.Asin(d));
 }