Sql.Net Class Library Documentation

SqlConstant.Number Method (Decimal)

Creates a SqlConstant which represents a numeric value.

public static SqlConstant Number(
   decimal val
);

Parameters

val
Value of the expression

Return Value

A SqlConstant which represents a decimal value

See Also

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