Beispiel #1
0
 public void DropDatabase(DatabaseName databaseName)
 {
     DisconnectedTools.DropDatabase(databaseName);
 }
Beispiel #2
0
    protected virtual void DropDatabase(Connector newDatabase)
    {
        var isPostgres = Schema.Current.Settings.IsPostgres;

        DisconnectedTools.DropDatabase(new DatabaseName(null, newDatabase.DatabaseName(), isPostgres));
    }