Click or drag to resize
DataRecordContainerGetValue Method
Gets the value of a column identified by its name, if the column exists within this record container.

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

Parameters

columnName
Type: SystemString
Name of column whose value to get.

Return Value

Type: Object
Returns the value of the column, if the column exists. Otherwise returns null.

Implements

ISimpleDataContainerGetValue(String)
See Also