PgSqlNumericRange Constructor(Decimal,Decimal)
In This Topic
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.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal As Decimal, _
ByVal As Decimal _
) |
Parameters
- lowerBound
- Lower bound.
- upperBound
- Upper bound.
See Also
Reference
PgSqlNumericRange Class
PgSqlNumericRange Members
Overload List
Devart.Data.PostgreSql.PgSqlNumericRange.#ctor(System.Int32,System.Boolean,System.Int32,System.Boolean)