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
    public bool IsNull {get;}

    Property Value

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