Click or drag to resize
FunctionsNot Method (IPredicateExpression)
Negates the predicate specified.

Namespace: SD.LLBLGen.Pro.QuerySpec
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static IPredicateExpression Not(
	IPredicateExpression toNegate
)

Parameters

toNegate
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
To negate.

Return Value

Type: IPredicateExpression
See Also