BF2Statistics.Database.StatsDatabase.MigrateTables C# (CSharp) Метод

MigrateTables() публичный Метод

If there is any table updates that need to be applied, calling this method will apply each update until the current database version is up to date
public MigrateTables ( ) : void
Результат void
        public void MigrateTables()
        {
            MigrateTables(LatestVersion);
        }

Same methods

StatsDatabase::MigrateTables ( System.Version ToVersion ) : void