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

In This Topic
    EnableSharedCache Method
    In This Topic
    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