dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / Version Property

In This Topic
    Version Property
    In This Topic
    Gets the version of the database engine, always 3.
    Syntax
    'Declaration
     
    Public Property Version As Integer
    public int Version {get; set;}

    Property Value

    Always 3.
    See Also