Click or drag to resize
AbstractSimpleDataContainer<TObject>.GetValue Method
Gets the object value.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
Syntax
C#
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: System.String
Column name

Return Value

Type: Object

Implements

ISimpleDataContainer.GetValue(String)
See Also