SqliteConnection.ServerVersion Property

Definition

Gets the version of SQLite used by the connection.

public override string ServerVersion { get; }
member this.ServerVersion : string
Public Overrides ReadOnly Property ServerVersion As String

Property Value

The version of SQLite used by the connection.

Applies to