Exemple #1
0
        public void Destroy()
        {
            Database.Dispose();
            Database = null;

            DB.Destroy(null, DatabasePath);
        }
Exemple #2
0
 static string CleanTestDB()
 {
     DB.Destroy(new Options {
         CreateIfMissing = true
     }, testPath);
     return(testPath);
 }