Share via


UpdateDatabaseOperation.Migration.Operations Property

Definition

Gets the individual operations applied by this migration.

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

Property Value

The individual operations applied by this migration.

Applies to