| SqlHelperParseColumnList Method  | 
            Parses the given list of columns to a list (can handle also advanced columns containing functions like ISNULL(A, B) etc.).
            If 
columns contains 
NO_COLUMNS, then 
NO_COLUMNS won't be present in result list.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntaxpublic static List<string> ParseColumnList(
	string columns
)
Parameters
- columns
 - Type: SystemString
List of columns separated with commas 
Return Value
Type: 
ListString
See Also