Sql.Net Class Library Documentation

SqlExpression.Number Method (Double)

Creates a SqlExpression which represents a numeric value.

public static SqlExpression Number(
   double val
);

Parameters

val
Value of the expression

Return Value

A SqlExpression which represents a numeric value

See Also

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