コード例 #1
0
 public bool SaveDbVersionInfo(Exception exception = null)
 {
     //Save if DbInfo service is available
     if (_dbInfoService == null)
     {
         return(false);
     }
     return(_dbInfoService.UpdateDbInfo(_database.DbModel, _database.Settings, _log, exception)); //it never throws
 }