C# (CSharp) Habanero.DB DBMigrator - 4 примера найдено. Это лучшие примеры C# (CSharp) кода для Habanero.DB.DBMigrator, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Manages database migrations that are needed to ensure that working copies of a project have the up-to-date database structure. This migrator requires access to an ISettings service that can read and write a a DATABASE_VERSION setting. Since ConfigFileSettings does not have write support, you will either need to use DatabaseSettings or reimplement a settings operator. The setting will need to be in existence before this operation will execute correctly. This class is commonly used inside an implementation of IApplicationVersionUpgrader . See the tutorials for usage examples.