Namespace EPiServer.Data.SchemaUpdates
Classes
DatabaseSchemaStatus
Contains current status of the database given by ConnectionStringSettings.
SchemaStatus
Contains current status of the database given by ConnectionStringOption.
ScriptExecutor
Run update scripts from either an assembly or a stream using a specified connection string
Interfaces
IDatabaseSchemaUpdater
Signature for component that gets called during startup where the component can detect if the database has correct version as application and possibly execute update scripts.
IDatabaseSchemaValidator
Signature for component that want to interact when an automatic database schema update is to be executed.
ISchemaUpdater
Signature for component that gets called during startup where the component can detect if the database has correct version as application and possibly execute update scripts.
ISchemaValidator
Signature for component that want to interact when an automatic database schema update is to be executed.