Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.DataEngine
DataQuerySettingsBase(TQuery) Class
DataQuerySettingsBase(TQuery) Methods
OrderBy Method
OrderBy Method (String[])
OrderBy Method (OrderDirection, String[])
DataQuerySettingsBase
<
TQuery
>
.
OrderBy Method (
String
[]
)
Adds the columns to the order by query
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
Copy
public
TQuery
OrderBy
(
params
string
[]
columns
)
Parameters
columns
Type:
System
.
String
[]
Columns to add to order by
Return Value
Type:
TQuery
Implements
IDataQuerySettings
<
TQuery
>
.
OrderBy(
String
[]
)
See Also
Reference
DataQuerySettingsBase
<
TQuery
>
Class
OrderBy Overload
CMS.DataEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com