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

    See Also