Click or drag to resize
AbstractQueryObjectApplyParametersTo Method
Applies this query parameters to the target object

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

Parameters

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