SqliteConnectionStringBuilder.Cache Property

Definition

Gets or sets the caching mode used by the connection.

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

Property Value

The caching mode used by the connection.

Applies to