Click or drag to resize
QueryColumnListBaseClone Method
Clones the column list

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
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