AbstractSimpleDataContainerTObjectSetValue Method |
Sets the object value.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public virtual bool SetValue(
string columnName,
Object value
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemObject
New value
Return Value
Type:
BooleanImplements
ISimpleDataContainerSetValue(String, Object)See Also