Click or drag to resize
IQueryParametersApplyParametersTo 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#
void ApplyParametersTo(
	IQueryObject target
)

Parameters

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