WildcardOperatorType
Enum to define the operator of a WildcardFunctionDTO.
Values
Name
Description
CONTAINS
Checks if the field value CONTAINS the given parameter value. (SQL: like '%%')
START_WITH
Checks if the field value STARTS WITH the given parameter value. (SQL: like '%')
END_WITH
Checks if the field value ENDS WITH the given parameter value. (SQL: like '%')