Click or drag to resize
GenericExpressionHandlerHandleSetReferenceExpression Method
Handles the set reference expression.

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 HandleSetReferenceExpression(
	SetReferenceExpression expressionToHandle
)

Parameters

expressionToHandle
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesSetReferenceExpression
The expression to handle.

Return Value

Type: Expression
the handled expression
See Also