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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static List<string> ParseColumnList(
string columns
)
Parameters
- columns
- Type: SystemString
List of columns separated with commas
Return Value
Type:
ListStringSee Also