SqlHelper ParseColumnList Method Kentico 8.0 API Reference
Parses the given list of columns to a list (can handle also advanced columns containing functions like ISNULL(A, B) etc.).

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

Parameters

columns
Type: OnlineSystem String
List of columns separated with commas

Return Value

Type: OnlineList OnlineString 
See Also