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

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