Click or drag to resize
QueryColumnListClone Method
Clones the column list

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public QueryColumnList Clone(
	IQueryObject newParent = null
)

Parameters

newParent (Optional)
Type: CMS.DataEngineIQueryObject
New parent for the cloned object

Return Value

Type: QueryColumnList
See Also