BaseInfo GetOrderQueryParameters Method Kentico 8.1 API Reference
Creates QueryDataParameters with special macros for object order management.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

orderColumn
Type: OnlineSystem String
Name of the order column. If null, OrderColumn from TypeInfo is taken
nameColumn (Optional)
Type: OnlineSystem String
Name of the column by which the order should be initialized (if not set, displayname column is used)
asc (Optional)
Type: OnlineSystem Boolean
If true the order will be ascending (default is true)

Return Value

Type: QueryDataParameters
See Also