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

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

To obtain a PgSqlNumericRange object call the PgSqlDataReader.GetPgSqlNumericRange method of the PgSqlDataReader class.

Inheritance Hierarchy

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

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