Click or drag to resize

ScopeHandlerBaseHandle Method (ConstantExpression)

Handles the specified expression to handle.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ScopeHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public virtual void Handle(
	ConstantExpression toHandle
)

Parameters

toHandle
Type: System.Linq.ExpressionsConstantExpression
expression to handle.
See Also