Click or drag to resize
SqlHelperParseOrderBy Method

Note: This API is now obsolete.

Parses order by expression and returns list of columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetOrderByColumnName method")]
public static List<string> ParseOrderBy(
	string orderBy
)

Parameters

orderBy
Type: SystemString
Order by expression

Return Value

Type: ListString
See Also