Click or drag to resize
MultiQueryBaseTQuery, TInnerQueryCopyPropertiesTo Method
Copies the properties to the target query.

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

Parameters

target
Type: CMS.DataEngineIQueryObject
Target query
See Also