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