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

In This Topic
    IsNull Property (PgSqlLSeg)
    In This Topic
    Gets a value indicating whether the PgSqlLSeg is a Null.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

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