Click or drag to resize
SqlHelperJoinColumnList Method
Joins the given column list. Columns are separated by comma.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string JoinColumnList(
	IEnumerable<string> columns
)

Parameters

columns
Type: System.Collections.GenericIEnumerableString
Columns to add

Return Value

Type: String
See Also