Name | Description | |
---|---|---|
PgSqlTimeStampRange Constructor | Overloaded. Initializes a new instance of the PgSqlTimeStampRange structure with the specified parameters. |
The following tables list the members exposed by PgSqlTimeStampRange.
Name | Description | |
---|---|---|
PgSqlTimeStampRange Constructor | Overloaded. Initializes a new instance of the PgSqlTimeStampRange structure with the specified parameters. |
Name | Description | |
---|---|---|
Empty | Returns a range with no elements in it. | |
Null | Represents a null PgSqlTimeStampRange 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<PgSqlTimeStamp>) | |
IsLowerBoundInclusive | Indicates whether the lower bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>) | |
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<PgSqlTimeStamp>) | |
IsNull | Gets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>) | |
IsUpperBoundInclusive | Indicates whether the upper bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>) | |
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<PgSqlTimeStamp>) | |
LowerBound | Gets or sets the lower bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>) | |
UpperBound | Gets or sets the upper bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>) |
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<PgSqlTimeStamp>) | |
GetHashCode | Returns a hash code for the PgSqlRangeType<T> type. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>) | |
Parse | Converts the specified System.String representation of a date to its PgSqlTimeStampRange equivalent. | |
ToString | Converts the current PgSqlPath structure to a System.String. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<PgSqlTimeStamp>) |