TreeNodeSetDataRowColumn Method |
Sets the value for the column in the DataRow.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected void SetDataRowColumn(
DataRow row,
string columnName,
Object rawValue
)
Parameters
- row
- Type: System.DataDataRow
- columnName
- Type: SystemString
- rawValue
- Type: SystemObject
See Also