LinqUtilsRemoveConvertExpressionWrappers Method |
Removes the convert expression wrappers, which are Unary expression which are simply Convert expression but don't do anything really useful.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public static Expression RemoveConvertExpressionWrappers(
Expression toUnwrap
)
Public Shared Function RemoveConvertExpressionWrappers (
toUnwrap As Expression
) As Expression
Parameters
- toUnwrap
- Type: System.Linq.ExpressionsExpression
To unwrap.
Return Value
Type:
Expressionthe inner expression of the convert expression
See Also