DropTableOperation.Inverse Property

 

Gets an operation that represents reverting dropping the table. 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; }