Click or drag to resize
ExceptIntersectExpression Constructor
Initializes a new instance of the ExceptIntersectExpression class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ExceptIntersectExpression(
	SetExpression source,
	Expression operand,
	bool isExcept
)

Parameters

source
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesSetExpression
The source.
operand
Type: System.Linq.ExpressionsExpression
The operand.
isExcept
Type: SystemBoolean
if set to true, this expression represents an Except call, otherwise an Intersect call.
See Also