Click or drag to resize
SqlHelperGetColumnName Method
Gets the column name from the given SQL column expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetColumnName(
	string column
)

Parameters

column
Type: SystemString
Column to parse

Return Value

Type: String
See Also