SqlHelperEnsureOrderByColumns Method |
Note: This API is now obsolete.
Ensures that the order by columns are provided within the list of columns as aliases, modifies the order by expression to the aliases of those columns
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use method QueryColumnList.EnsureOrderByColumns.")]
public static void EnsureOrderByColumns(
ref string orderBy,
ref string columns
)
Parameters
- orderBy
- Type: SystemString
Order by expression - columns
- Type: SystemString
List of selected columns
See Also