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: 12.0.0
Syntax public static string GetCaseOrderBy(
params string[] cases
)
Parameters
- cases
- Type: SystemString
IEnumerable with boolean expressions (where conditions)
Return Value
Type:
StringSee Also