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

On this page
    IsNull Property (PgSqlPath)
    On this page
    Gets a value indicating whether the PgSqlPath is a Null.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

    true, if the PgSqlPath is a Null; otherwise, false.
    See Also