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

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