Click or drag to resize
SQLite3EnableSharedCache Property
Enables or disables the sharing of the database cache and schema data structures between connections to the same database.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static bool EnableSharedCache { set; }

Property Value

Type: Boolean
See Also