Click or drag to resize
AbstractInfoBaseTInfoGetValue Method (String)
Gets the field value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override Object GetValue(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Object

Implements

ISearchableGetValue(String)
ISimpleDataContainerGetValue(String)
See Also