Click or drag to resize
IMultiQueryTQuery, TInnerQueryResultOrderByDescending Method
Adds the columns to the order by query to order by the given columns in descending order

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
TQuery ResultOrderByDescending(
	params string[] columns
)

Parameters

columns
Type: SystemString
Columns to add to order by

Return Value

Type: TQuery
See Also