IDataQuerySettings<TQuery>.OrderBy Method (OrderDirection,String[]) |
Adds the columns to the order by query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
SyntaxTQuery 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