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

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

    Property Value

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