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