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

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 class
See Also