dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRangeType<T> Class / UpperBound Property

In This Topic
    UpperBound Property
    In This Topic
    Gets or sets the upper bound of the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property UpperBound As T
    public T UpperBound {get;}

    Property Value

    The value of the upper bound of the range.
    See Also