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.9.0.0 (5.9.0)
Syntaxpublic static Predicate operator !(
	Predicate rightHandSide
)
Public Shared Operator Not ( 
	rightHandSide As Predicate
) As Predicate
Parameters
- rightHandSide
 - Type: SD.LLBLGen.Pro.ORMSupportClassesPredicate
Right hand side. 
Return Value
Type: 
Predicatepassed in predicate with the negate flag toggled
See Also