IDataQuerySettingsTQueryOrderBy Method (OrderDirection, String) |
Adds the columns to the order by query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax TQuery OrderBy(
OrderDirection dir,
params string[] columns
)
Parameters
- dir
- Type: CMS.DataEngineOrderDirection
Order direction - columns
- Type: SystemString
Columns to add to order by
Return Value
Type:
TQuerySee Also