DBNull Property (DBDateTime)
- Last UpdatedNov 06, 2025
- 1 minute read
Set the value of the DBNull flag specifying whether the value in the database should be set to null or not.
'Declaration
Public ReadOnly Property DBNull As Boolean
'Usage
Dim instance As DBDateTime
Dim value As Boolean
value = instance.DBNull
public bool DBNull {get;}