IAlterMigrationOperation Interface

Definition

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