StringOperator 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 StringOperator
public enum StringOperator
type StringOperator =
Public Enum StringOperator
- Inheritance
-
StringOperator
Fields
| Contains | 10 | |
| ContainsGeneric | 26 | |
| Equal | 2 | |
| Excludes | 13 | |
| ExcludesGeneric | 29 | |
| GreaterThan | 4 | |
| LessThan | 1 | |
| Like | 18 | |
| NotEqual | 5 | |
| NotGreaterThan | 3 | |
| NotLessThan | 6 | |
| NotLike | 21 |