IDataClassSetValue Method (Int32, Object) |
Sets value of column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax void SetValue(
int columnIndex,
Object value
)
Parameters
- columnIndex
- Type: SystemInt32
Column index - value
- Type: SystemObject
Column value
See Also