[]
Specifies the text operator used in a function.
public enum ContainsOperator
Public Enum ContainsOperator
Name | Description |
---|---|
BeginsWith | Begins with a specified value. |
Contains | Contains a specified value. |
DoesNotContains | Does not contain the specified value. |
EndsWith | Ends with the specified value |