| QueryColumnListEnsureOrderByColumns Method | 
            Ensures that the order by columns are provided within the list of columns as aliases, modifies the order by expression to the aliases of those columns.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic void EnsureOrderByColumns(
	ref string orderBy
)
Parameters
- orderBy
- Type: SystemString
 Order by expression
 See Also
See Also