GenericExpressionHandlerHandleConstantExpression 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)
Syntaxprotected virtual Expression HandleConstantExpression(
	ConstantExpression expressionToHandle
)
Protected Overridable Function HandleConstantExpression ( 
	expressionToHandle As ConstantExpression
) As Expression
Parameters
- expressionToHandle
 - Type: System.Linq.ExpressionsConstantExpression
The expression to handle. 
Return Value
Type: 
Expressionthe handled expression
See Also