共用方式為


Migration.DownOperations 屬性

定義

MigrationOperation 移轉資料庫 'down' 的 。

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation> DownOperations { get; }
member this.DownOperations : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation>
Public Overridable ReadOnly Property DownOperations As IReadOnlyList(Of MigrationOperation)

屬性值

備註

也就是說,這些作業必須套用至資料庫,才能從此移轉所留下的狀態進行擷取,讓它回到套用此移轉之前的狀態。

如需詳細資訊和範例 ,請參閱資料庫移 轉。

適用於