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

PgSqlIntRange Class
Represents the PostgreSQL int4range type. Each object of the PgSqlIntRange class stores a range of integer values.
Syntax
Remarks

To obtain a PgSqlIntRange object call the PgSqlDataReader.GetPgSqlIntRange method of the PgSqlDataReader class.

Inheritance Hierarchy

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

See Also