Click or drag to resize
SqlHelperParseColumnList Method
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: 9.0.0
Syntax
C#
public static List<string> ParseColumnList(
	string columns
)

Parameters

columns
Type: SystemString
List of columns separated with commas

Return Value

Type: ListString
See Also