DataHelperGetDBNull Method |
Converts the standard null value to DBNull.value, keeps the object value if not null.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static Object GetDBNull(
Object value
)
Parameters
- value
- Type: SystemObject
Value to convert
Return Value
Type:
ObjectSee Also