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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void SetValue(
	string columnName,
	Object value,
	Object nullValue
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemObject
New value
nullValue
Type: SystemObject
Null value, if matched, NULL is saved
See Also