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