SqlHelperAddOrderBy Method |
Adds the order by to an existing one.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string AddOrderBy(
string orderBy,
string add,
OrderDirection dir = OrderDirection.Default
)
Parameters
- orderBy
- Type: SystemString
Original order by - add
- Type: SystemString
Order by to add - dir (Optional)
- Type: CMS.DataEngineOrderDirection
Order direction
Return Value
Type:
StringSee Also