WhereConditionType Enumeration

Defines the type of a test condition to be satisfied when filtering the data.
Fields
 
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.
Version
 
Available since QDV 7.13.0001.

In this article

Definition