Enumeration: NSCompoundPredicateType
Overview
These constants describe the possible types of NSCompoundPredicate.
Constant Summary
- NSNotPredicateType
A logical not predicate.available in ios 3.0 and later.declared in nscompoundpredicate.h.
- NSAndPredicateType
A logical and predicate.available in ios 3.0 and later.declared in nscompoundpredicate.h.
- NSOrPredicateType
A logical or predicate.available in ios 3.0 and later.declared in nscompoundpredicate.h.