dotConnect for SQLite Documentation
Devart.Common Namespace / ScriptProgressEventArgs Class / Length Property

In This Topic
    Length Property (ScriptProgressEventArgs)
    In This Topic
    Gets length of the statement in symbols.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Long
    public long Length {get;}

    Property Value

    Length of the statement.
    See Also