IMultiQueryTQuery, TInnerQueryResultOrderByAscending Method |
Adds the columns to the order by query to order by the given columns in ascending order
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TQuery ResultOrderByAscending(
params string[] columns
)
Parameters
- columns
- Type: SystemString
Columns to add to order by
Return Value
Type:
TQuerySee Also