Habanero.DB.DBMigrator.SetCurrentVersion C# (CSharp) 메소드

SetCurrentVersion() 공개 메소드

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