SqlHelperGetCaseOrderBy Method (IEnumerableString) |
Returns order by statement based on case boolean expressions. First case has highest priority.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string GetCaseOrderBy(
IEnumerable<string> cases
)
Parameters
- cases
- Type: System.Collections.GenericIEnumerableString
IEnumerable with boolean expressions (where conditions)
Return Value
Type:
StringSee Also