UpdateDatabaseOperation.Migrations Property

Definition

Gets the migrations applied during the update database operation.

public System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.UpdateDatabaseOperation.Migration> Migrations { get; }
member this.Migrations : System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.UpdateDatabaseOperation.Migration>
Public ReadOnly Property Migrations As IList(Of UpdateDatabaseOperation.Migration)

Property Value

The migrations applied during the update database operation.

Applies to