UpdateDatabaseOperation.Migrations Property

 

Gets the migrations applied during the update database operation.

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

public IList<UpdateDatabaseOperation.Migration> Migrations { get; }

Property Value

Type: System.Collections.Generic.IList<UpdateDatabaseOperation.Migration>

The migrations applied during the update database operation.