Click or drag to resize
SimpleDataClassSetData Method
Sets the specific data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void SetData(
	int columnIndex,
	Object value
)

Parameters

columnIndex
Type: SystemInt32
Column index
value
Type: SystemObject
Value to set
See Also