DropForeignKeyOperation.Inverse Property

 

Gets an operation that represents reverting dropping the foreign key constraint. The inverse cannot be automatically calculated, if it was not supplied to the constructor this property will return null.

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 represents reverting dropping the foreign key constraint.