Click or drag to resize
FunctionsConstant Method
Wraps a constant for usage in expressions and projections.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static IExpression Constant(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: IExpression
See Also