SimpleDataClassSetData Method |
Sets the specific data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual void SetData(
int columnIndex,
Object value
)
Parameters
- columnIndex
- Type: SystemInt32
Column index - value
- Type: SystemObject
Value to set
See Also