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.6.0.0 (5.6.19.0117)
Syntax
protected static MemberExpression RemoveUnary(
	Expression toUnwrap
)

Parameters

toUnwrap
Type: System.Linq.ExpressionsExpression
To unwrap.

Return Value

Type: MemberExpression
See Also