SqlHelperParseOrderBy Method |
Note: This API is now obsolete.
Parses order by expression and returns list of columns
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax [ObsoleteAttribute("Use GetOrderByColumnName method")]
public static List<string> ParseOrderBy(
string orderBy
)
Parameters
- orderBy
- Type: SystemString
Order by expression
Return Value
Type:
ListStringSee Also