| SqlHelperParseColumn 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 void ParseColumn(
	string column,
	out string expression,
	out string alias
)
Parameters
- column
 - Type: SystemString
Column to parse - expression
 - Type: SystemString
Column expression - alias
 - Type: SystemString
Returns column alias or null in case column does not have any alias 
See Also