dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlBigIntRange Class
Members

In This Topic
    PgSqlBigIntRange Class
    In This Topic
    Represents the PostgreSQL int8range type. Each object of the PgSqlBigIntRange class stores a range of integer values.
    Syntax
    Remarks

    To obtain a PgSqlBigIntRange object call the PgSqlDataReader.GetPgSqlBigIntRange method of the PgSqlDataReader class.

    Inheritance Hierarchy

    System.Object
       Devart.Data.PostgreSql.PgSqlRangeType<T>
          Devart.Data.PostgreSql.PgSqlBigIntRange

    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