UpdateDatabaseOperation.Migrations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework