| IDataQuerySettingsTQueryOrderByDescending Method  | 
            Adds the columns to the order by query to order by the given columns in descending order
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
SyntaxTQuery OrderByDescending(
	params string[] columns
)
Parameters
- columns
 - Type: SystemString
Columns to add to order by 
Return Value
Type: 
TQuery
See Also