AlterTableOperation.IsDestructiveChange Property

 

Gets a value that indicates whether this operation may result in data loss.

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

public override bool IsDestructiveChange { get; }

Property Value

Type: System.Boolean

true if this operation may result in data loss; otherwise, false.