Sql.Net Class Library Documentation

SqlExpression.Constant Method (SqlDataType, Object)

Creates a SqlExpression which represents a constant typed value

public static SqlExpression Constant(
   SqlDataType dataType,
   object val
);

Parameters

dataType
Value's data type
val
The value

Return Value

See Also

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