dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class / EnableSharedCache Method

On this page
    EnableSharedCache Method
    On this page
    Enables the sharing of the database cache and schema data structures between connections to the same database.
    Syntax
    'Declaration
     
    Public Shared Sub EnableSharedCache() 
    public static void EnableSharedCache()
    See Also