dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlBigIntRange Class / PgSqlBigIntRange Constructor / PgSqlBigIntRange Constructor(Int64,Int64)
Lower bound.
Upper bound.

In This Topic
PgSqlBigIntRange Constructor(Int64,Int64)
In This Topic
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.
Syntax
'Declaration
 
Public Function New( _
   ByVal lowerBound As Long, _
   ByVal upperBound As Long _
)
 

Parameters

lowerBound
Lower bound.
upperBound
Upper bound.
See Also

Reference

PgSqlBigIntRange Class
PgSqlBigIntRange Members
Overload List
Devart.Data.PostgreSql.PgSqlBigIntRange.#ctor(System.Int32,System.Boolean,System.Int32,System.Boolean)