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