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.5.0.0 (5.5.18.1019)
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