Click or drag to resize
GenericExpressionHandlerMakeSet Method
Converts the expression passed in to a SetExpression, if it's not already a set.

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 SetExpression MakeSet(
	Expression toConvert
)

Parameters

toConvert
Type: System.Linq.ExpressionsExpression
To convert.

Return Value

Type: SetExpression
toConvert converted into a SetExpression derived class instance.
See Also