| SqlHelperGetColumnName Method  | 
            Gets the column name from the given SQL column expression
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic static string GetColumnName(
	string column
)
Parameters
- column
 - Type: SystemString
Column to parse 
Return Value
Type: 
String
See Also