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

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

Parameters

columnName
Type: System.String
Column name with prefix

Return Value

Type: String
See Also