Click or drag to resize
ObjectQueryBaseTQuery, TObjectCopyPropertiesTo Method
Creates the clone of the collection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public override void CopyPropertiesTo(
	IQueryObject target
)

Parameters

target
Type: CMS.DataEngineIQueryObject
Target class
See Also