SqlHelper GetOrderByColumnName Method (String, String )Kentico 8.0 API Reference
Gets the column name from the given SQL column expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

column
Type: OnlineSystem String
Column to parse
suffix
Type: OnlineSystem String 
Outputs the order by suffix for the column

Return Value

Type: OnlineString
See Also