PgSqlSelectLimit Constructor(Int32,Int32)
Initializes a new instance of the
PgSqlSelectLimit class with given offset and count values.
public PgSqlSelectLimit(
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- offset
- The limit offset value.
- count
- The limit count value.