Click or drag to resize
IQueryParametersCopyPropertiesTo Method
Copies the properties to the target query.

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

Parameters

target
Type: CMS.DataEngineIQueryObject
Target object defining properties
See Also