Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
MultiQueryBase(TQuery, TInnerQuery) Class
MultiQueryBase(TQuery, TInnerQuery) Methods
AddResultColumn Method
AddResultColumns Method
AsSingleColumn Method
AsSubQuery Method
BuildMultiQueryFrom Method
CopyPropertiesTo Method
CreateQuery Method
EnsureQueries Method
EnsureQuery Method
GetAvailableColumns Method
GetCompleteSettings Method
GetDefaultSingleColumn Method
GetDefaultSource Method
GetExecutingQuery Method
GetMultiQuery Method
GetQueriesForMultiQuery Method
GetSingleInnerQuery Method
GetSingleQuery Method
GetTypesWhereCondition Method
NewDataSet Method
NoDefaultColumns Method
ResolveType Method
ResultColumn Method
ResultColumns Method
ResultOrderBy Method
ResultOrderByAscending Method
ResultOrderByDescending Method
SetClassName Method
Type Method
Types Method
WithSource Method
MultiQueryBase
TQuery
,
TInnerQuery
ResultOrderByDescending 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: 11.0.0
Syntax
C#
Copy
public
TQuery
ResultOrderByDescending
(
params
string
[]
columns
)
Parameters
columns
Type:
System
String
Columns to add to order by
Return Value
Type:
TQuery
Implements
IMultiQuery
TQuery, TInnerQuery
ResultOrderByDescending(
String
)
See Also
Reference
MultiQueryBase
TQuery, TInnerQuery
Class
CMS.DataEngine Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com