PredicateBase.Operators Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public: enum class PredicateBase::Operators
public enum PredicateBase.Operators
type PredicateBase.Operators =
Public Enum PredicateBase.Operators
- Inheritance
-
PredicateBase.Operators
Fields
Name | Value | Description |
---|---|---|
eEqual | 0 | |
eLess | 1 | |
eLessEqual | 2 | |
eGreater | 3 | |
eGreaterEqual | 4 | |
eNotEqual | 5 | |
eExists | 6 |