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.6.0.0 (5.6.19.0117)
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