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.6.0.0 (5.6.19.0117)
Syntax protected SetExpression MakeSet(
Expression toConvert
)
Protected Function MakeSet (
toConvert As Expression
) As SetExpression
Parameters
- toConvert
- Type: System.Linq.ExpressionsExpression
To convert.
Return Value
Type:
SetExpressiontoConvert converted into a SetExpression derived class instance.
See Also