Click or drag to resize
SqlHelperGetCaseOrderBy Method (IEnumerableString)
Returns order by statement based on case boolean expressions. First case has highest priority.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetCaseOrderBy(
	IEnumerable<string> cases
)

Parameters

cases
Type: System.Collections.GenericIEnumerableString
IEnumerable with boolean expressions (where conditions)

Return Value

Type: String
See Also