Click or drag to resize
PredicateLogicalNot Operator
Operator overload for the ! operator, to negate the passed in predicate.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static Predicate operator !(
	Predicate rightHandSide
)

Parameters

rightHandSide
Type: SD.LLBLGen.Pro.ORMSupportClassesPredicate
Right hand side.

Return Value

Type: Predicate
passed in predicate with the negate flag toggled
See Also