Click or drag to resize
BaseInfoSetValue Method (String, Object, Boolean)
Sets the object value to the nullable column.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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