SqlHelperReverseOrderBy Method |
Reverses the order by string by toggling between ASC and DESC.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string ReverseOrderBy(
string orderBy
)
Parameters
- orderBy
- Type: SystemString
Original ORDER by
Return Value
Type:
StringSee Also