Namespace EPiServer.Data.SchemaUpdates
Classes
SchemaStatus
Contains current status of the database given by Connection
ScriptExecutor
Run update scripts from either an assembly or a stream using a specified connection string
Interfaces
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.