Returns statement for column with case expressions.
This statement is used for evaluating a set of boolean expressions to determine the result. First case has highest priority.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
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
- asColumnName (Optional)
- Type: System String
Specifies column name
Return Value
Type: StringSee Also