Click or drag to resize

GenericExpressionHandlerHandleUnionList Method

Handles the specified unionlist and its contained set expressions. Will return a new list if one or more set expressions changed after handling.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected virtual UnionList<SetExpression> HandleUnionList(
	UnionList<SetExpression> expressionToHandle
)

Parameters

expressionToHandle
Type: SD.LLBLGen.Pro.ORMSupportClassesUnionListSetExpression

Return Value

Type: UnionListSetExpression
See Also