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