IMigrationMetadata Interface

 

Provides additional metadata about a code-based migration.

Namespace:   System.Data.Entity.Migrations.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public interface IMigrationMetadata

NameDescription
System_CAPS_pubpropertyId

Gets the unique identifier for the migration.

System_CAPS_pubpropertySource

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

System_CAPS_pubpropertyTarget

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