IAlterMigrationOperation Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface for any MigrationOperation that alters some existing database object.
public interface IAlterMigrationOperation
type IAlterMigrationOperation = interface
Public Interface IAlterMigrationOperation
- Derived
Remarks
All such operations contain an 'Old...' property that provides access to the configuration to the database object as it was before being altered. This interface provides a common way to access annotations on that 'old' database object.
See Database migrations for more information and examples.
Properties
OldAnnotations |
Annotations on the database object as they were before being altered. |
Applies to
Entity Framework