Migration 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
每個 EF Core 移轉所繼承的基類。
public abstract class Migration
type Migration = class
Public MustInherit Class Migration
- 繼承
-
Migration
備註
如需詳細資訊和範例 ,請參閱資料庫移轉 。
建構函式
Migration() |
建立 Migration 執行個體。 |
欄位
InitialDatabase |
空資料庫的移轉識別碼。 |
屬性
ActiveProvider |
目前資料庫提供者的名稱。 |
DownOperations |
將 MigrationOperation 移轉資料庫 'down' 的 。 |
TargetModel |
資料庫 IModel 在套用移轉之後將對應的 。 |
UpOperations |
將 MigrationOperation 移轉資料庫 'up' 的 。 |
方法
BuildTargetModel(ModelBuilder) |
實作 以建置 TargetModel 。 |
Down(MigrationBuilder) |
建置將移轉資料庫「關閉」的作業。 |
Up(MigrationBuilder) |
建置將移轉資料庫 'up' 的作業。 |