Click or drag to resize
PathEdgeRootParserTSourceRemoveUnary Method
Removes unnecessary wrapper expressions from the expression passed in.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected static MemberExpression RemoveUnary(
	Expression toUnwrap
)

Parameters

toUnwrap
Type: System.Linq.ExpressionsExpression
To unwrap.

Return Value

Type: MemberExpression
See Also