dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlSelectLimit Class / Offset Property

In This Topic
    Offset Property (MySqlSelectLimit)
    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