Overload | Description |
---|---|
PgSqlNumericRange Constructor(Decimal,Decimal) | Initializes a new instance of the PgSqlNumericRange structure with the specified range bounds. This constructor allows specifying whether each bound will be inclusive or not. |
PgSqlNumericRange Constructor(Decimal,Boolean,Decimal,Boolean) | Initializes a new instance of the PgSqlNumericRange structure with the specified range bounds. This constructor allows specifying whether each bound will be inclusive or not. |