SqliteConnection.DataSource Property

Definition

Gets the path to the database file. Will be absolute for open connections.

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

Property Value

The path to the database file.

Applies to