dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class / ServerVersion Property

On this page
    ServerVersion Property (SQLiteConnection)
    On this page
    Gets a string containing the version of the instance of SQLite to which the client is connected.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property ServerVersion As String
    public new string ServerVersion {get;}

    Property Value

    The version of the instance of SQLite.
    See Also