Click or drag to resize

PreProcessor.HandleMethodCallExceptIntersect Method

Handles the method call expression for a call to Queryable.Except or to Queryable.Intersect

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
protected virtual Expression HandleMethodCallExceptIntersect(
	MethodCallExpression expressionToHandle,
	bool isExcept
)

Parameters

expressionToHandle
Type: System.Linq.Expressions.MethodCallExpression
The expression to handle.
isExcept
Type: System.Boolean
if true, the call is to Except, otherwise to Intersect

Return Value

Type: Expression
ExceptExpression.
See Also