Namespace EPiServer.Data.SchemaUpdates

Classes

DatabaseSchemaStatus

Contains current status of the database given by ConnectionStringSettings.

ScriptExecutor

This class supports the EPiServer infrastructure and is not intended to be used directly from your code. This class is mainly used to execute update scripts during site initialization.

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.