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