다음을 통해 공유


SqliteConnectionStringBuilder.Cache 속성

정의

연결에서 사용하는 캐싱 모드를 가져오거나 설정합니다.

public virtual Microsoft.Data.Sqlite.SqliteCacheMode Cache { get; set; }
member this.Cache : Microsoft.Data.Sqlite.SqliteCacheMode with get, set
Public Overridable Property Cache As SqliteCacheMode

속성 값

연결에 사용되는 캐싱 모드입니다.

적용 대상