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

On this page
    PgSqlDateRange Class
    On this page
    Represents the PostgreSQL daterange type. Each object of the PgSqlDateRange class stores a range of date values.
    Syntax
    Remarks

    To obtain a PgSqlDateRange object call the PgSqlDataReader.GetPgSqlDateRange method of the PgSqlDataReader class.

    Inheritance Hierarchy

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

    See Also