Assembly: EPiServer.Framework.AspNet (in EPiServer.Framework.AspNet.dll) Version: 11.5.1.0 (11.5.1.0)
C# |
---|
[ObsoleteAttribute("Use ISchemaValidator instead")] public interface IDatabaseSchemaValidator |
Signature for component that want to interact when an automatic database schema update is to be executed.
Name | Summary | Status |
---|---|---|
BeforeUpdating | Called if IsDatabaseUpdateAllowed(ConnectionStringSettings) returns true. If any action is needed before database update it can be done here. | |
IsDatabaseUpdateAllowed | Called when need for a database schema update is detected. |