| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| inputExpression | String | The input expression to evaluate. | ||
| whenExpressionList | ISList | A list of when expressions. | ||
| resultList | ISList | A list of result values. Must have the same number of items as whenExpressionList, or one more to include an ELSE condition. | ||
| autoEscape | Boolean | Optional | Indicates that all '[' and ']' characters appearing in inputExpression and whenExpressionLists should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed. |
A String value.