| SqlHelperGetCaseOrderBy Method (String) | 
            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
Syntaxpublic static string GetCaseOrderBy(
	params string[] cases
)
Parameters
- cases
- Type: SystemString
 IEnumerable with boolean expressions (where conditions)
Return Value
Type: 
String See Also
See Also