DropForeignKeyOperation.CreateDropIndexOperation Method ()

 

Gets an operation to drop the associated index on the foreign key column(s).

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

public virtual DropIndexOperation CreateDropIndexOperation()

Return Value

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

An operation to drop the index.