Click or drag to resize
SqlHelperReverseOrderBy Method
Reverses the order by string by toggling between ASC and DESC.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string ReverseOrderBy(
	string orderBy
)

Parameters

orderBy
Type: SystemString
Original ORDER by

Return Value

Type: String
See Also