public bool ExistsDatabase() { IDbAdapter adapter = GetAdapter(); return(adapter.ExistsDatabase(AnyDbSetting)); }