Overload | Description |
---|---|
PgSqlIntRange Constructor(Int32,Int32) | Initializes a new instance of the PgSqlIntRange structure with the specified range bounds. The left bound is considered inclusive, the right one is considered exclusive. |
PgSqlIntRange Constructor(Int32,Boolean,Int32,Boolean) | Initializes a new instance of the PgSqlIntRange structure with the specified range bounds. This constructor allows specifying whether each bound will be inclusive or not. |