Click or drag to resize
QueryParametersBaseTParentCopyPropertiesTo Method
Copies all the object properties to the given target class

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

Parameters

target
Type: CMS.DataEngineIQueryObject
Target class
See Also