SqlHelperGetColumnName 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 string GetColumnName(
string column
)
Parameters
- column
- Type: SystemString
Column to parse
Return Value
Type:
StringSee Also