SqliteConnection.Database 属性

定义

获取当前数据库的名称。 始终为“main”。

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

属性值

当前数据库的名称。

适用于