Click or drag to resize
PreProcessorHandleMethodCallExceptIntersect 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.3.0.0 (5.3.0)
Syntax
protected virtual Expression HandleMethodCallExceptIntersect(
	MethodCallExpression expressionToHandle,
	bool isExcept
)

Parameters

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

Return Value

Type: Expression
ExceptExpression.
See Also