Share via


AlterProcedureOperation.Inverse Property

Definition

Gets an operation that will revert this operation. Always returns a NotSupportedOperation.

public override System.Data.Entity.Migrations.Model.MigrationOperation Inverse { get; }
member this.Inverse : System.Data.Entity.Migrations.Model.MigrationOperation
Public Overrides ReadOnly Property Inverse As MigrationOperation

Property Value

Applies to