共用方式為


MigratorBase 類別

定義

包裝核心之裝飾專案的基類 DbMigrator

[System.Diagnostics.DebuggerStepThrough]
public abstract class MigratorBase
type MigratorBase = class
Public MustInherit Class MigratorBase
繼承
MigratorBase
衍生
屬性

建構函式

MigratorBase(MigratorBase)

初始化 MigratorBase 類別的新實例。

屬性

Configuration

取得用於移轉程式的組態。

方法

GetDatabaseMigrations()

取得已套用至資料庫的移轉清單。

GetLocalMigrations()

取得元件中定義的移轉清單。

GetPendingMigrations()

取得尚未套用至資料庫的擱置移轉清單。

Update()

將目標資料庫更新至最新的移轉。

Update(String)

更新目標資料庫至指定的移轉。

適用於