RelationalDbContextOptionsBuilder<TBuilder,TExtension>.MigrationsHistoryTable 方法

定義

設定用來記錄哪些移轉已套用至資料庫之資料表的名稱。

public virtual TBuilder MigrationsHistoryTable (string tableName, string schema = default);
public virtual TBuilder MigrationsHistoryTable (string tableName, string? schema = default);
abstract member MigrationsHistoryTable : string * string -> 'Builder
override this.MigrationsHistoryTable : string * string -> 'Builder
Public Overridable Function MigrationsHistoryTable (tableName As String, Optional schema As String = Nothing) As TBuilder

參數

tableName
String

資料表的名稱。

schema
String

資料表的結構描述。

傳回

TBuilder

相同的產生器實例,以便鏈結多個呼叫。

備註

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

適用於