SqlHelperParseOrderBy Method |
Parses order by expression and returns list of columns
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static List<string> ParseOrderBy(
string orderBy
)
Parameters
- orderBy
- Type: SystemString
Order by expression
Return Value
Type:
ListStringSee Also