ConnectBlank() public static méthode

public static ConnectBlank ( ) : void
Résultat void
 private static void createBlankDB()
 {
     LogB.SQL("Creating blank database");
     Sqlite.ConnectBlank();
     Sqlite.CreateFile();
     Sqlite.CreateTables(false);         //not server
     LogB.SQL("Created blank database! Exiting");
 }