[This is preliminary documentation and is subject to change.]
Enumeration of operators that can be specified in a DynamicField query.
Namespace: QPulseWebServices.Contracts.DataAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70
Syntax
| C# |
|---|
public enum DynamicFieldOperator |
Members
| Member name | Description | |
|---|---|---|
| EqualTo | ||
| LessThan | ||
| GreaterThan | ||
| Between | ||
| StartingWith | ||
| EndingWith | ||
| Containing | ||
| UpTo | ||
| Since | ||
| True | ||
| Not | ||
| NotEqualTo | ||
| NotLessThan | ||
| NotGreaterThan | ||
| NotBetween | ||
| NotStartingWith | ||
| NotEndingWith | ||
| NotContaining | ||
| NotUpTo | ||
| NotSince | ||
| False |