SqlHelper GetOrderByColumnName Method (String, String )Kentico 8.1 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.1.5347.20411)

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