Click or drag to resize
DataHelperGetDBNull Method
Converts the standard null value to DBNull.value, keeps the object value if not null.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static Object GetDBNull(
	Object value
)

Parameters

value
Type: SystemObject
Value to convert

Return Value

Type: Object
See Also