Пример #1
0
 public static SqlExpression MathAtan(
     [Type(typeof(double))] SqlExpression d)
 {
     return(SqlDml.Atan(d));
 }