Sql.Net Class Library Documentation

SqlConstant.Number Method (Int32)

Creates a SqlConstant which represents a numeric value.

public static SqlConstant Number(
   int val
);

Parameters

val
Value of the expression

Return Value

A SqlConstant which represents a numeric value

See Also

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