dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumericRange Class
Fields Properties Methods

PgSqlNumericRange Class Members

The following tables list the members exposed by PgSqlNumericRange.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the PgSqlNumericRange structure with the specified parameters.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Returns a range with no elements in it.  
Public Fieldstatic (Shared in Visual Basic)Represents a null PgSqlNumericRange object.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing an empty range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Public PropertyIndicates whether the lower bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Public PropertyIndicates 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<decimal>)
Public PropertyGets a value indicating whether the PgSqlRangeType<T> is an object, representing a NULL value. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Public PropertyIndicates whether the upper bound of the current range is inclusive. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Public PropertyIndicates 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<decimal>)
Public PropertyGets or sets the lower bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Public PropertyGets or sets the upper bound of the range. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Top
Public Methods
 NameDescription
Public MethodOverridden. Determines whether the specified value is contained by the range.  
Public MethodDetermines 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<decimal>)
Public MethodReturns a hash code for the PgSqlRangeType<T> type. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a date to its PgSqlNumericRange equivalent.  
Public MethodConverts the current PgSqlPath structure to a System.String. (Inherited from Devart.Data.PostgreSql.PgSqlRangeType<decimal>)
Top
See Also