AbstractQueryObjectApplyParametersTo Method |
Applies this query parameters to the target object
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public abstract void ApplyParametersTo(
IQueryObject target
)
Parameters
- target
- Type: CMS.DataEngineIQueryObject
Target object defining parameters
See Also