Click or drag to resize

GenericExpressionHandler.HandleConstantExpression Method

Handles the constant expression.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
protected virtual Expression HandleConstantExpression(
	ConstantExpression expressionToHandle
)

Parameters

expressionToHandle
Type: System.Linq.Expressions.ConstantExpression
The expression to handle.

Return Value

Type: Expression
the handled expression
See Also