Click or drag to resize
IDataClassGetValue Method (Int32)
Returns value of column.

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

Parameters

columnIndex
Type: SystemInt32
Column index

Return Value

Type: Object
See Also