Click or drag to resize
SimpleDataClassGetValue Method (Int32)
Gets the object value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual Object GetValue(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
Column index

Return Value

Type: Object

Implements

IDataClassGetValue(Int32)
See Also