BF2Statistics.Database.StatsDatabase.MigrateTables C# (CSharp) Method

MigrateTables() public method

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
return void
        public void MigrateTables()
        {
            MigrateTables(LatestVersion);
        }

Same methods

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