private bool ShouldUpgradeFromV12() { bool shouldUpgrade = false; if (mapiDb.DatabaseExists()) { try { mapiDbNoMaster.DatabaseExists(); } catch (Exception) { shouldUpgrade = true; } } return(shouldUpgrade); }
public bool DatabaseExists() { return(mapiDb.DatabaseExists()); }
public bool DatabaseExists() { return(aggregatorDb.DatabaseExists()); }