IMigrationMetadata Interface

Definition

Provides additional metadata about a code-based migration.

public interface IMigrationMetadata
type IMigrationMetadata = interface
Public Interface IMigrationMetadata

Properties

Id

Gets the unique identifier for the migration.

Source

Gets the state of the model before this migration is run.

Target

Gets the state of the model after this migration is run.

Applies to