Click or drag to resize
QueryColumnListAdd Method (IEnumerableString, Boolean)
Adds the given list of columns to the list

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool Add(
	IEnumerable<string> columns,
	bool extraColumns = true
)

Parameters

columns
Type: System.Collections.GenericIEnumerableString
Columns represented as string enumerable
extraColumns (Optional)
Type: SystemBoolean
If true, the columns are considered extra columns

Return Value

Type: Boolean
See Also