SqliteConnection.Database Property

Definition

Gets the name of the current database. Always 'main'.

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

Property Value

The name of the current database.

Applies to