Click or drag to resize

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
)

Parameters

toUnwrap
Type: System.Linq.ExpressionsExpression
To unwrap.

Return Value

Type: Expression
the inner expression of the convert expression
See Also