Click or drag to resize
QueryExpressionBuilderHandleWhereExpression Method
Handles the where expression into a QueryExpression without projection. This is done by first producing a SelectExpression which is then handled by the SelectExpression handler.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override Expression HandleWhereExpression(
	WhereExpression expressionToHandle
)

Parameters

expressionToHandle
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesWhereExpression
The expression to handle.

Return Value

Type: Expression
the handled where expression
See Also