Returns data selected by query after using specified transformation.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- queryName
- Type: System String
Query name in format application.class.query
- parameters
- Type: CMS.DataEngine QueryDataParameters
Query parameters
- transformationName (Optional)
- Type: System String
Transformation name in format application.class.transformation
- where (Optional)
- Type: System String
Where condition
- orderBy (Optional)
- Type: System String
ORDER BY SQL expressions (without the ORDERBY keyword
Return Value
Type: StringSee Also