Click or drag to resize
FunctionsNot Method (IExpression)
Defines the mapping for the Boolean.Negate(expression) method mapping. Use it when expression is a boolean expression.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static FunctionMappingExpression Not(
	IExpression expression
)

Parameters

expression
Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
The expression.

Return Value

Type: FunctionMappingExpression
See Also