GenericExpressionHandlerMakeSet Method |
Converts the expression passed in to a SetExpression, if it's not already a set.
Namespace: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlersAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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