UpdateDatabaseOperation.Migration.Operations Property

 

Gets the individual operations applied by this migration.

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

public IList<MigrationOperation> Operations { get; }

Property Value

Type: System.Collections.Generic.IList<MigrationOperation>

The individual operations applied by this migration.