WhereConditionType Enumeration
Name | Value | Description | |
---|---|---|---|
Contains | 2 | The condition tests if a string contains another string. | |
Differs | 5 | The condition tests for inequality. | |
EndsWith | 4 | The condition tests if a string ends with another string. | |
Equal | 1 | The condition tests for equality. | |
StartsWith | 3 | The condition tests if a string starts with another string. |
Available since QDV 7.13.0001.