dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInterval Structure / Null Field

On this page
    Null Field (PgSqlInterval)
    On this page
    Represents the null value of a PgSqlInterval object.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Null As PgSqlInterval
    public static readonly PgSqlInterval Null

    Field Value

    An object that represents a null PgSqlInterval value.
    See Also