Click or drag to resize
LinqUtilsUnwrapNotExpression Method
Unwraps the expression from the not expressions it is wrapped in and returns the unwrapped result, as well as the # of not expressions encountered.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static Expression UnwrapNotExpression(
	Expression wrappedExpression,
	out int numberOfNotsEncountered
)

Parameters

wrappedExpression
Type: System.Linq.ExpressionsExpression
The wrapped expression.
numberOfNotsEncountered
Type: SystemInt32
The number of nots encountered.

Return Value

Type: Expression
the unwrapped expression
See Also