| DataQuerySettingsBaseTQueryReplaceOrderByColumn Method | 
            Replaces the selected column with a new name
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
 Syntax
Syntaxprotected void ReplaceOrderByColumn(
	string originalName,
	string newName
)
Parameters
- originalName
- Type: SystemString
 Original column name
- newName
- Type: SystemString
 New column name
 See Also
See Also