Sql.Net Class Library Documentation

SqlConstant.Number Method (Double)

Creates a SqlConstant which represents a numeric value.

public static SqlConstant Number(
   double val
);

Parameters

val
Value of the expression

Return Value

A SqlConstant which represents a floating point value

See Also

SqlConstant Class | Reeb.SqlOM Namespace | SqlConstant.Number Overload List