dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumericRange Class / PgSqlNumericRange Constructor / PgSqlNumericRange Constructor(Decimal,Decimal)
Lower bound.
Upper bound.

In This Topic
    PgSqlNumericRange Constructor(Decimal,Decimal)
    In This Topic
    Initializes a new instance of the PgSqlNumericRange structure with the specified range bounds. This constructor allows specifying whether each bound will be inclusive or not.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lowerBound As Decimal, _
       ByVal upperBound As Decimal _
    )
    public PgSqlNumericRange( 
       decimal lowerBound,
       decimal upperBound
    )

    Parameters

    lowerBound
    Lower bound.
    upperBound
    Upper bound.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    PgSqlNumericRange Class
    PgSqlNumericRange Members
    Overload List
    Devart.Data.PostgreSql.PgSqlNumericRange.#ctor(System.Int32,System.Boolean,System.Int32,System.Boolean)