dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInterval Structure / IsNull Property

In This Topic
IsNull Property (PgSqlInterval)
In This Topic
Indicates whether PgSqlInterval object has null value.
Syntax
'Declaration
 
Public ReadOnly Property IsNull As Boolean
 

Property Value

true, if bject has null value; otherwise, false.
See Also