These constants describe the possible types of NSCompoundPredicate.
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public enum NSCompoundPredicateType
Public Enumeration NSCompoundPredicateType
public enum class NSCompoundPredicateType
| Member | Description |
|---|---|
| NSNotPredicateType | A logical NOT predicate. Available in Mac OS X v10.4 and later. |
| NSAndPredicateType | A logical AND predicate. Available in Mac OS X v10.4 and later. |
| NSOrPredicateType | A logical OR predicate. Available in Mac OS X v10.4 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)