dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTimeStamp Structure / IsNull Property

In This Topic
IsNull Property (OracleTimeStamp)
In This Topic
Gets a value indicating whether the OracleTimeStamp structure represents Null.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
 

Property Value

true if the OracleTimeStamp structure represents Null; otherwise, false.
See Also