DBNull Property (DBDateTime)
- Last UpdatedMar 17, 2026
- 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;}