Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
IDataQuerySettings(TQuery) Interface
IDataQuerySettings(TQuery) Methods
OrderBy Method
OrderBy Method (String[])
OrderBy Method (OrderDirection, String[])
IDataQuerySettings
TQuery
OrderBy Method (OrderDirection,
String
)
Adds the columns to the order by query
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
Copy
TQuery
OrderBy
(
OrderDirection
dir
,
params
string
[]
columns
)
Parameters
dir
Type:
CMS.DataEngine
OrderDirection
Order direction
columns
Type:
System
String
Columns to add to order by
Return Value
Type:
TQuery
See Also
Reference
IDataQuerySettings
TQuery
Interface
OrderBy Overload
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com