BaseInfoSetValue Method (String, Object, Boolean) |
Sets the object value to the nullable column.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax public virtual void SetValue(
string columnName,
Object value,
bool condition
)
Parameters
- columnName
- Type: SystemString
Column name - value
- Type: SystemObject
New value - condition
- Type: SystemBoolean
Condition for the valid value, if false, NULL is saved
See Also