dotConnect for Oracle Documentation
Devart.Common Namespace / SqlStatement Class / Offset Property

On this page
    Offset Property (SqlStatement)
    On this page
    Gets offset of the statement in the whole script text.
    Syntax
    'Declaration
     
    Public ReadOnly Property Offset As Integer
    public int Offset {get;}

    Property Value

    Offset of the statement in the script text.
    See Also