Click or drag to resize
SqlHelperParseOrderBy Method
Parses order by expression and returns list of columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static List<string> ParseOrderBy(
	string orderBy
)

Parameters

orderBy
Type: SystemString
Order by expression

Return Value

Type: ListString
See Also