Click or drag to resize
NamedDataContainerGetOriginalColumnName Method
Gets the original column name without the prefix.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public string GetOriginalColumnName(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name with prefix

Return Value

Type: String
See Also