Returns statement for the CASE expressions.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- cases
- Type:
System.Collections.Generic IEnumerable
KeyValuePair
String,
String
IEnumerable with KeyValuePair where key is a boolean expression (where condition) and value is result expression
- elseCase (Optional)
- Type:
System String
Expression for the else case
- escapeString (Optional)
- Type:
System Boolean
Determines whether escape cases' values or not
Return Value
Type:
See Also