| BaseInfoSetValue Method (String, Object, Boolean) | 
            Sets the object value to the nullable column.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also