Returns the constant value of pi.
[DbFunctionAttribute("SqlServer", "PI")] public static Nullable<double> Pi()
The numeric value of pi.
SqlFunctions ClassSystem.Data.Entity.SqlServer Namespace