CreateTableOperation.Inverse Property

 

Gets an operation to drop the table.

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 to drop the table.