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