Sql.Net Class Library Documentation

SqlConstant.Number Method

Creates a SqlConstant which represents a numeric value.

Overload List

Creates a SqlConstant which represents a numeric value.

public static SqlConstant Number(decimal);

Creates a SqlConstant which represents a numeric value.

public static SqlConstant Number(double);

Creates a SqlConstant which represents a numeric value.

public static SqlConstant Number(int);

See Also

SqlConstant Class | Reeb.SqlOM Namespace