RenameIndexOperation.IsDestructiveChange Property

 

Gets whether the renaming of index can be destructive to the operation.

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

public override bool IsDestructiveChange { get; }

Property Value

Type: System.Boolean

true if the renaming of index can be destructive to the operation; otherwise, false.