Habanero.DB.DBMigrator.SetCurrentVersion C# (CSharp) Method

SetCurrentVersion() public method

Sets the current version number to that specified
public SetCurrentVersion ( int version ) : void
version int The version number to set to
return void
        public void SetCurrentVersion(int version)
        {
            _settings.SetString(DatabaseVersionSetting, version.ToString());
        }