dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteSelectLimit Class / Offset Property

In This Topic
    Offset Property (SQLiteSelectLimit)
    In This Topic
    Gets or sets the limit offset value.
    Syntax
    'Declaration
     
    Public Property Offset As Object
    public object Offset {get; set;}

    Property Value

    The limit offset value.
    See Also