IMultiQuery<TQuery, TInnerQuery>.ResultOrderBy Method (String[]) |
Adds the columns to the order by query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
SyntaxTQuery ResultOrderBy(
params string[] columns
)
Parameters
- columns
- Type:System.String[]
Columns to add to order by
Return Value
Type:
TQuery
See Also