AlterTableOperation.Inverse Property

 

Gets an operation that is the inverse of this one such that annotations will be changed back to how they were before this operation was applied.

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

public override MigrationOperation Inverse { get; }

Property Value

Type: System.Data.Entity.Migrations.Model.MigrationOperation

An operation that is the inverse of this one such that annotations will be changed back to how they were before this operation was applied.