共用方式為


SqliteConnection.Database 屬性

定義

取得目前資料庫的名稱。 一律為 'main'。

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

屬性值

目前資料庫的名稱。

適用於