Click or drag to resize

PredicateNegate Property

Flag for setting the Predicate to negate itself, i.e. to add 'NOT' to its result.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public bool Negate { get; set; }

Property Value

Type: Boolean

Implements

IPredicateNegate
See Also