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.8.0.0 (5.8.21.0111)
Syntax
public static IExpression Constant(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: IExpression
See Also