共用方式為


DbMigrationsConfiguration.AutomaticMigrationDataLossAllowed 屬性

定義

取得或設定值,指出自動移轉期間是否可接受資料遺失。 如果設定為 false,則會在自動移轉過程中發生資料遺失時擲回例外狀況。

public bool AutomaticMigrationDataLossAllowed { get; set; }
member this.AutomaticMigrationDataLossAllowed : bool with get, set
Public Property AutomaticMigrationDataLossAllowed As Boolean

屬性值

適用於