| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| condition | String | The Condition. | ||
| trueValue | String | The value to use if Condition is True. | ||
| falseValue | String | The value to use if Condition is False. | ||
| autoEscape | Boolean | Optional | Indicates that all '[' and ']' characters appearing in the condition, trueValue and falseValue should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed. |
A String value.