Sql.Net Class Library Documentation

SqlExpression.Number Method

Creates a SqlExpression which represents a numeric value.

Overload List

Creates a SqlExpression which represents a numeric value.

public static SqlExpression Number(double);

Creates a SqlExpression which represents a numeric value.

public static SqlExpression Number(int);

See Also

SqlExpression Class | Reeb.SqlOM Namespace