SqlHelperParseColumn Method |
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 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