MigrationBuilder.Operations Property

Definition

The list of MigrationOperations being built.

public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> Operations { get; }
member this.Operations : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation>
Public Overridable ReadOnly Property Operations As List(Of MigrationOperation)

Property Value

Applies to