IMultiQueryTQuery, TInnerQueryResultOrderByDescending 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: 12.0.0
Syntax TQuery ResultOrderByDescending(
params string[] columns
)
Parameters
- columns
- Type: SystemString
Columns to add to order by
Return Value
Type:
TQuerySee Also