SqlHelperGetOrderByColumnName Method (String, String) |
Gets the column name from the given SQL column expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetOrderByColumnName(
string column,
out string suffix
)
Parameters
- column
- Type: SystemString
Column to parse - suffix
- Type: SystemString
Outputs the order by suffix for the column
Return Value
Type:
StringSee Also