Click or drag to resize
QueryParametersBaseTParentApplyParametersTo Method
Applies this where condition to the target object

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

Parameters

target
Type: CMS.DataEngineIQueryObject
Target object defining parameters

Implements

IQueryParametersApplyParametersTo(IQueryObject)
See Also