Proprietà MigrationOperation.IsDestructiveChange
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene un valore che indica se l'operazione può determinare una perdita di dati.
Spazio dei nomi: System.Data.Entity.Migrations.Model
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property IsDestructiveChange As Boolean
Get
'Utilizzo
Dim instance As MigrationOperation
Dim value As Boolean
value = instance.IsDestructiveChange
public abstract bool IsDestructiveChange { get; }
public:
virtual property bool IsDestructiveChange {
bool get () abstract;
}
abstract IsDestructiveChange : bool
abstract function get IsDestructiveChange () : boolean
Valore proprietà
Tipo: System.Boolean