다음을 통해 공유


SqliteConnection.Database 속성

정의

현재 데이터베이스의 이름을 가져옵니다. 항상 'main'.

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

속성 값

현재 데이터베이스 이름입니다.

적용 대상