Name | Description | |
---|---|---|
![]() | PgSqlIntRange Constructor | Overloaded. Initializes a new instance of the PgSqlIntRange structure with the specified parameters. |
The following tables list the members exposed by PgSqlIntRange.
Name | Description | |
---|---|---|
![]() | PgSqlIntRange Constructor | Overloaded. Initializes a new instance of the PgSqlIntRange structure with the specified parameters. |
Name | Description | |
---|---|---|
![]() ![]() | Empty | Returns a range with no elements in it. |
![]() ![]() | Null | Represents a null PgSqlIntRange object. |
Name | Description | |
---|---|---|
![]() | IsEmpty | Gets a value indicating whether the PgSqlRangeType<T> is an object, representing an empty range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | IsLowerBoundInclusive | Indicates whether the lower bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | IsLowerBoundInfinity | Indicates whether the lower bound of the current range is infinity (the current range includes any value less than the upper bound). (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | IsNull | Gets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | IsUpperBoundInclusive | Indicates whether the upper bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | IsUpperBoundInfinity | Indicates whether the upper bound of the current range is infinity (the current range includes any value greater than the lower bound). (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | LowerBound | Gets or sets the lower bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | UpperBound | Gets or sets the upper bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
Name | Description | |
---|---|---|
![]() | ContainsElement | Overridden. Determines whether the specified value is contained by the range. |
![]() | Equals | Determines if the specified object is an instance of PgSqlRangeType<T> and has the same values as the current PgSqlRangeType<T> instance. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() | GetHashCode | Returns a hash code for the PgSqlRangeType<T> type. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |
![]() ![]() | Parse | Converts the specified System.String representation of a date to its PgSqlIntRange equivalent. |
![]() | ToString | Converts the current PgSqlPath structure to a System.String. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<int>) |