Assembly: EPiServer.Framework.AspNet (in EPiServer.Framework.AspNet.dll) Version: 11.5.1.0 (11.5.1.0)
C# |
---|
[ObsoleteAttribute("Use ISchemaUpdater instead")] public interface 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.
Name | Summary | Status |
---|---|---|
GetStatus | Called during startup to collect status of the databases. | |
Update | Called during startup if result from GetStatus(ConnectionStringsSection) indicates that an update is required. |